Skip to content

Commit

Permalink
Tag version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Nov 20, 2020
1 parent 06bd818 commit 6fcabe3
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](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.3] - 2020-11-20
### Security
- Updated dev dependencies

## [1.0.2] - 2019-09-20
### Changed
- Switched build script to microbundle
Expand All @@ -18,7 +22,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release

[Unreleased]: https://github.com/piotr-cz/redux-broadcast-middleware/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/piotr-cz/redux-broadcast-middleware/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/piotr-cz/redux-broadcast-middleware/compare/v1.0.2...v1.0.3
[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.2",
"version": "1.0.3",
"description": "Sync redux state using BroadcastChannel",
"source": "src/index.js",
"main": "dist/redux-broadcast-middleware.js",
Expand Down

0 comments on commit 6fcabe3

Please sign in to comment.