Skip to content

Commit 11c70a2

Browse files
committed
v4.3.0
1 parent d7cf2e5 commit 11c70a2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v4.3.0
2+
3+
### Update
4+
5+
- Adds missing builded files
6+
17
## v4.2.0
28

39
### 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)