Skip to content

Commit

Permalink
Release 3.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed May 18, 2021
1 parent cffb030 commit c61f0eb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.0.0-beta.1](https://github.com/mydea/ember-indexeddb/compare/v3.0.0-beta.0...v3.0.0-beta.1) (2021-05-18)


### Bug Fixes

* use settled instead of wait (fix [#161](https://github.com/mydea/ember-indexeddb/issues/161)) ([8d4ff7a](https://github.com/mydea/ember-indexeddb/commit/8d4ff7ac62b1c3aac13dcb454745cd705f2ff959))

### Others

* Update all dependencies to latest
* Update ember-auto-import to 2.x (potentially breaking!)
* Allow ember-concurrency 1.x and 2.x

# [3.0.0-beta.0](https://github.com/mydea/ember-indexeddb/compare/v2.0.0...v3.0.0-beta.0) (2020-06-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-indexeddb",
"version": "3.0.0-beta.0",
"version": "3.0.0-beta.1",
"description": "A utility for using IndexedDB with ember & ember-data",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit c61f0eb

Please sign in to comment.