Skip to content

Commit

Permalink
chore: release 1.1.0 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 27, 2021
1 parent 129aed0 commit bfac31a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://www.github.com/CreaSource/reactive-idb/compare/v1.0.4...v1.1.0) (2021-02-27)


### Features

* add createObjectStore and deleteObjectStore on ReactiveIDBDatabase ([4af07c4](https://www.github.com/CreaSource/reactive-idb/commit/4af07c4822d5c8209fe7042b30e5bd97fc4d5686))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creasource/reactive-idb",
"version": "1.0.4",
"version": "1.1.0",
"description": "A reactive wrapper to indexedDb using Rxjs",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
Expand Down

0 comments on commit bfac31a

Please sign in to comment.