diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afb5fa..dae75a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.1.5] - 2020-02-18 ### Fixed - Updated mocha and nyc libraries to fix vulnerabilities @@ -48,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - `extends` function for extending Records - API documentation with jsdoc and jsdoc-to-markdown -[Unreleased]: https://github.com/brightcove/typed-immutable-extensions/compare/v0.1.4...HEAD +[Unreleased]: https://github.com/brightcove/typed-immutable-extensions/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/brightcove/typed-immutable-extensions/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/brightcove/typed-immutable-extensions/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/brightcove/typed-immutable-extensions/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/brightcove/typed-immutable-extensions/compare/v0.1.1...v0.1.2 diff --git a/package-lock.json b/package-lock.json index a89a24b..e8575d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@brightcove/typed-immutable-extensions", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 90bccb6..f6154a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brightcove/typed-immutable-extensions", - "version": "0.1.4", + "version": "0.1.5", "description": "Extensions on top of typed-immutable to make it better", "main": "lib/index.js", "scripts": {