Skip to content

Commit 34ee4a4

Browse files
committed
Release v0.4.3
1 parent 3457822 commit 34ee4a4

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.4.3
2+
3+
#### Improvements
4+
5+
- Remove vendor files from repo, update dependencies [#90](https://github.com/upfrontIO/editable.js/pull/90)
6+
7+
18
# v0.4.2
29

310
#### Features

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.4.2",
3+
"version": "0.4.3",
44
"homepage": "https://github.com/upfrontIO/editable.js",
55
"authors": [
66
"Matteo Agosti<[email protected]>",

editable.suffix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
window.Editable = Editable;
22
Editable.parser = parser;
33
Editable.content = content;
4+
Editable.bowser = bowser;
45

56
})(window, document, window.jQuery);

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.4.2",
3+
"version": "0.4.3",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/upfrontIO/editable.js.git"

0 commit comments

Comments
 (0)