Skip to content

Commit

Permalink
Tag version v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Sep 20, 2019
1 parent 6277890 commit 5184d0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.0.2] - 2019-09-20
### Changed
- Switched build script to microbundle

## [1.0.1] - 2019-01-28
### Changed
- Updated dev dependencies
Expand All @@ -14,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release

[Unreleased]: https://github.com/piotr-cz/redux-broadcast-middleware/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/piotr-cz/redux-broadcast-middleware/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/piotr-cz/redux-broadcast-middleware/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/piotr-cz/redux-broadcast-middleware/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/piotr-cz/redux-broadcast-middleware/releases/tag/v1.0.0
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": "@piotr-cz/redux-broadcast-middleware",
"version": "1.0.1",
"version": "1.0.2",
"description": "Sync redux state using BroadcastChannel",
"source": "src/index.js",
"main": "dist/redux-broadcast-middleware.js",
Expand Down

0 comments on commit 5184d0a

Please sign in to comment.