Skip to content

Commit f08ef5f

Browse files
committed
Release v0.5.2
1 parent 19d3aab commit f08ef5f

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1+
# v0.5.2
2+
3+
- Fix webkit contenteditable span insertion bug [#101](https://github.com/upfrontIO/editable.js/pull/101)
4+
5+
16
# v0.5.1
27

38
(v0.5.0 was accidentally pushed to npm so this patch is just to be able to push the new version to npm)
49

10+
511
# v0.5.0
612

713
- Split pasted content into blocks [#97](https://github.com/upfrontIO/editable.js/pull/97)

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "editable",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"homepage": "https://github.com/upfrontIO/editable.js",
55
"authors": [
66
"Matteo Agosti<[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upfront-editable",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/upfrontIO/editable.js.git"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "0.5.1",
2+
"version": "0.5.2",
33
"revision": "c92fd0d"
44
}

0 commit comments

Comments
 (0)