Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BCSAlleko committed Aug 29, 2019
1 parent 5461e12 commit 16a1f1f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Changelog

All notable changes to this project will be documented in this file.

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]

### Fixed
- Updated eslint and mocha library to fix vulnerabilities

## [0.1.1] - 2019-08-29
### Added

- Added automated releases of new versions

## [0.1.0] - 2018-08-16
### Fixed
- Updated eslint and mocha library to fix vulnerabilities

## 0.1.0 - 2018-08-16
### 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.1...HEAD
[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.0",
"version": "0.1.1",
"description": "React prop-types for typed-immutable types",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 16a1f1f

Please sign in to comment.