Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bantic committed Mar 22, 2016
1 parent 17be126 commit 67a8292
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="0.9.0"></a>
# 0.9.0 (2016-03-22)

* Ensure using arrow keys when text is selected moves cursor correctly ([58dec72](https://github.com/bustlelabs/mobiledoc-kit/commit/58dec72))



<a name="0.9.0-beta.1"></a>
# 0.9.0-beta.1 (2016-03-17)

Expand All @@ -15,6 +22,7 @@
* Update README.md ([60b0b4f](https://github.com/bustlelabs/mobiledoc-kit/commit/60b0b4f))
* Update README.md ([89a17ad](https://github.com/bustlelabs/mobiledoc-kit/commit/89a17ad))
* Use keypress event to enter text ([2701e71](https://github.com/bustlelabs/mobiledoc-kit/commit/2701e71))
* v0.9.0-beta.1 ([5768110](https://github.com/bustlelabs/mobiledoc-kit/commit/5768110))
* chore(package): update dependencies ([b9bb08d](https://github.com/bustlelabs/mobiledoc-kit/commit/b9bb08d))
* chore(package): update jquery to version 2.2.2 ([ce0a2c6](https://github.com/bustlelabs/mobiledoc-kit/commit/ce0a2c6))
* chore(package): update testem to version 1.5.0 ([7a8eff8](https://github.com/bustlelabs/mobiledoc-kit/commit/7a8eff8))
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": "mobiledoc-kit",
"version": "0.9.0-beta.1",
"version": "0.9.0",
"description": "A toolkit for building WYSIWYG editors with Mobiledoc",
"repository": "https://github.com/bustlelabs/mobiledoc-kit",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '0.9.0-beta.1';
export default '0.9.0';

0 comments on commit 67a8292

Please sign in to comment.