Skip to content

Commit 7c7694f

Browse files
chore(release): 0.4.8 [skip ci]
## [0.4.8](v0.4.7...v0.4.8) (2018-11-05) ### Bug Fixes * **getValue:** Add reminder to add tests for getValue ([#22](#22)) ([f948d9c](f948d9c))
1 parent f948d9c commit 7c7694f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.4.8](https://github.com/Draggable/mi18n/compare/v0.4.7...v0.4.8) (2018-11-05)
2+
3+
4+
### Bug Fixes
5+
6+
* **getValue:** Add reminder to add tests for getValue ([#22](https://github.com/Draggable/mi18n/issues/22)) ([f948d9c](https://github.com/Draggable/mi18n/commit/f948d9c))
7+
18
## [0.4.7](https://github.com/Draggable/mi18n/compare/v0.4.6...v0.4.7) (2018-11-02)
29

310

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mi18n",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
44
"description": "A simple yet robust i18n solution for universal JavaScript apps.",
55
"main": "dist/mi18n.min.js",
66
"files": [
@@ -128,7 +128,7 @@
128128
}
129129
},
130130
"dependencies": {
131-
"now": "^11.5.0"
131+
"now": "^11.5.2"
132132
},
133133
"release": {
134134
"branch": "master",

0 commit comments

Comments
 (0)