Skip to content

Commit 8ec519e

Browse files
author
Mauricio Leon
committed
0.1.4
1 parent 97659b2 commit 8ec519e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.1.4] - 2020-10-08
911
### Fixed
1012
- Updated dependencies to fix vulnerabilities
1113

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

31-
[Unreleased]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.3...HEAD
33+
[Unreleased]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.4...HEAD
34+
[0.1.4]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.3...v0.1.4
3235
[0.1.3]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.2...v0.1.3
3336
[0.1.2]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.1...v0.1.2
3437
[0.1.1]: https://github.com/brightcove/typed-immutable-proptypes/compare/v0.1.0...v0.1.1

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@brightcove/typed-immutable-proptypes",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "React prop-types for typed-immutable types",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)