Skip to content

Commit

Permalink
release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Sep 26, 2019
1 parent 2c4c0fd commit 357beba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
User-visible changes in realms-shim:

## Release 1.1.1
## Release 1.1.2 (25-Sep-2019)

No user-visible changes. Minor dependency updates, including "handlebars"
which npm-audit flagged as a security problem (but which is only used during
tests).


## Release 1.1.1 (24-Sep-2019)

* Fix published packages: the previous release could not be imported
successfully becase 'rollup' rewrote `eval` statements in a way that
conflicted with the shim's use of evaluation. (#40, #54)


## Release 1.1.0
## Release 1.1.0 (18-Sep-2019)

First release to NPM. Previously, code that used realms-shim had to get it as
a git-submodule, or by wholesale cut-and-paste of the code.
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "realms-shim",
"version": "1.1.2-dev.0",
"version": "1.1.2",
"description": "Spec-compliant shim for Realms TC39 Proposal",
"main": "dist/realms-shim.cjs.js",
"module": "dist/realms-shim.esm.js",
Expand Down

0 comments on commit 357beba

Please sign in to comment.