Skip to content

Commit

Permalink
Released v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Novy committed Aug 7, 2019
1 parent 1de8dbf commit 9d5738d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v1.3.0

* [BUGFIX] Ensure `super` is correctly called for `included()` hook
* [INTERNAL] Update [email protected]
* [INTERNAL] Update [email protected]
* [INTERNAL] Update dev dependencies

## v1.2.0

* [FEATURE] Stop using `$.extend()` to stop depending on jQuery
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-indexeddb",
"version": "1.2.0",
"version": "1.3.0",
"description": "A utility for using IndexedDB with ember & ember-data",
"keywords": [
"ember-addon"
Expand Down Expand Up @@ -69,4 +69,4 @@
"demoURL": "https://mydea.github.io/ember-indexeddb/docs/"
},
"homepage": "https://github.com/mydea/ember-indexeddb"
}
}

0 comments on commit 9d5738d

Please sign in to comment.