Skip to content

Commit 1ac8692

Browse files
chore(release): 0.4.6 [skip ci]
## [0.4.6](v0.4.5...v0.4.6) (2018-08-14) ### Bug Fixes * **env:** update env vars ([41f2531](41f2531))
1 parent 0c5677d commit 1ac8692

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-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.6](https://github.com/Draggable/mi18n/compare/v0.4.5...v0.4.6) (2018-08-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **env:** update env vars ([41f2531](https://github.com/Draggable/mi18n/commit/41f2531))
7+
18
## [0.4.5](https://github.com/Draggable/mi18n/compare/v0.4.4...v0.4.5) (2018-08-14)
29

310

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mi18n",
3-
"version": "0.4.5",
3+
"version": "0.4.6",
44
"description": "A simple yet robust i18n solution for universal JavaScript apps.",
55
"main": "dist/mi18n.min.js",
66
"files": [
@@ -126,7 +126,9 @@
126126
"require-jsdoc": 1
127127
}
128128
},
129-
"dependencies": {},
129+
"dependencies": {
130+
"now": "^11.3.10"
131+
},
130132
"release": {
131133
"branch": "master",
132134
"verifyConditions": [

0 commit comments

Comments
 (0)