Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitjson committed Feb 29, 2016
1 parent 7c3d91c commit 6d32b7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
Gulp-l10n follows [semantic versioning](http://semver.org/).

# v1.2.1
- bug fix: cross-platform path resolution for locale name ([#13](https://github.com/bitjson/gulp-l10n/pull/13), [#15](https://github.com/bitjson/gulp-l10n/issues/15))

# v1.2.0
- Upgraded `s18n` to `v2.0.0` ([Changelog](https://github.com/bitjson/s18n/blob/master/CHANGELOG.md#v110))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-l10n",
"version": "1.2.0",
"version": "1.2.1",
"description": "Parse and collect localizable strings from html.",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 6d32b7b

Please sign in to comment.