Skip to content

Commit

Permalink
Tag version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-cz committed Jun 9, 2020
1 parent c2ca682 commit 9fbad1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.1.0] - 2020-06-09
### Changed
- Disabled output compression
- Change to TypeScript
- Bumped build dependencies


## [1.0.2] - 2019-09-20
### Changed
- Switched build script to microbundle
Expand All @@ -23,7 +24,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-persist-idb-storage/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/piotr-cz/redux-persist-idb-storage/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/piotr-cz/redux-persist-idb-storage/compare/v1.0.2...v1.1.0
[1.0.1]: https://github.com/piotr-cz/redux-persist-idb-storage/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/piotr-cz/redux-persist-idb-storage/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/piotr-cz/redux-persist-idb-storage/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-persist-idb-storage",
"version": "1.0.2",
"version": "1.1.0",
"description": "Redux Persist adapter for IndexedDB storage",
"source": "src/index.ts",
"main": "dist/redux-persist-idb-storage.js",
Expand Down

0 comments on commit 9fbad1d

Please sign in to comment.