diff --git a/NEWS.md b/NEWS.md index dd63c0a..ee50b33 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 165fe29..fef0de0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "realms-shim", - "version": "1.1.2-dev.0", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 885afa3..4e9bcce 100644 --- a/package.json +++ b/package.json @@ -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",