Skip to content

Commit

Permalink
v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Nov 13, 2016
1 parent 2780582 commit 4c2be12
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="2.0.1"></a>
## [2.0.1](https://github.com/uetchy/Polyglot/compare/v2.0.0...v2.0.1) (2016-11-13)


### Bug Fixes

* **babel:** add babel-polyfill to avoid error ([3a7288a](https://github.com/uetchy/Polyglot/commit/3a7288a))
* **settings:** remove default language ([6f7c2b4](https://github.com/uetchy/Polyglot/commit/6f7c2b4))
* **settings:** update settings after changed ([3d7f0a7](https://github.com/uetchy/Polyglot/commit/3d7f0a7))
* **translate:** translate multiple sentences ([ffb93bc](https://github.com/uetchy/Polyglot/commit/ffb93bc))



<a name="2.0.0"></a>
# [2.0.0](https://github.com/uetchy/Polyglot/compare/v1.2.0...v2.0.0) (2016-09-07)

Expand Down
4 changes: 2 additions & 2 deletions Polyglot.safariextension/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>Chrome</key>
<dict>
<key>Context Menu Items</key>
Expand Down
6 changes: 3 additions & 3 deletions docs/manifest.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<key>Developer Identifier</key>
<string>58XDWHK3JX</string>
<key>CFBundleVersion</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0</string>
<string>2.0.1</string>
<key>URL</key>
<string>https://github.com/uetchy/Polyglot/releases/download/v2.0.0/Polyglot.safariextz</string>
<string>https://github.com/uetchy/Polyglot/releases/download/v2.0.1/Polyglot.safariextz</string>
<key>Update From Gallery</key>
<true/>
</dict>
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": "Polyglot",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"scripts": {
"test": "xo",
Expand Down

0 comments on commit 4c2be12

Please sign in to comment.