Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Leon committed Oct 8, 2020
1 parent 97659b2 commit 8ec519e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.4] - 2020-10-08
### Fixed
- Updated dependencies to fix vulnerabilities

Expand All @@ -28,7 +30,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- `propTypeOf` function for getting prop-types from native, typed-immutable, and typed-immutable-extension types

[Unreleased]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.0...v0.1.1
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-proptypes",
"version": "0.1.3",
"version": "0.1.4",
"description": "React prop-types for typed-immutable types",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 8ec519e

Please sign in to comment.