Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Sep 7, 2016
1 parent 01c365d commit f685d66
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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.0"></a>
# [2.0.0](https://github.com/uetchy/Polyglot/compare/v1.2.0...v2.0.0) (2016-09-07)


### Features

* **settings:** flexible keyboard shortcut (#12) ([c63d1d3](https://github.com/uetchy/Polyglot/commit/c63d1d3))


### BREAKING CHANGES

* settings: new settings value

* chore: update builder version



<a name="1.2.0"></a>
# [1.2.0](https://github.com/uetchy/Polyglot/compare/v1.1.4...v1.2.0) (2016-08-28)

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>1.2.0</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>1.1.4</string>
<string>2.0.0</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>1.2.0</string>
<string>2.0.0</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>2.0.0</string>
<key>URL</key>
<string>https://github.com/uetchy/Polyglot/releases/download/v1.2.0/Polyglot.safariextz</string>
<string>https://github.com/uetchy/Polyglot/releases/download/v2.0.0/Polyglot.safariextz</string>
<key>Update From Gallery</key>
<true/>
</dict>
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "Polyglot",
"version": "1.2.0",
"version": "2.0.0",
"private": true,
"scripts": {
"test": "xo",
"start": "webpack -w",
"build": "webpack"
"build": "webpack",
"release": "standard-version"
},
"dependencies": {
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"standard-version": "^2.4.0",
"webpack": "^1.13.2",
"xo": "^0.16.0"
},
Expand Down

0 comments on commit f685d66

Please sign in to comment.