Skip to content

Commit d55ead0

Browse files
committed
v4.3.0
1 parent 5584bd9 commit d55ead0

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: changelog.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v4.3.0
2+
3+
### Update
4+
5+
- Adds missing builded files
6+
- Updates UPGRADE.md guide by [markvantilburg](https://github.com/markvantilburg)
7+
18
## v4.2.0
29

310
### Update

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@
6363
"test": "jest",
6464
"watch": "gulp watch"
6565
},
66-
"version": "4.2.0"
66+
"version": "4.3.0"
6767
}

Diff for: src/raty.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* author: Washington Botelho
55
* github: wbotelhos/raty
6-
* version: 4.2.0
6+
* version: 4.3.0
77
*/
88
class Raty {
99
/**

0 commit comments

Comments
 (0)