Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BCSAlleko committed Feb 18, 2020
1 parent 57190c1 commit dc71797
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
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": "@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": {
Expand Down

0 comments on commit dc71797

Please sign in to comment.