Przeglądaj źródła

chore(release): 1.12.0

evshiron 8 lat temu
rodzic
commit
f77c375d22
2 zmienionych plików z 16 dodań i 1 usunięć
  1. 15 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 15 - 0
CHANGELOG.md

@@ -2,6 +2,21 @@
 
 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="1.12.0"></a>
+# [1.12.0](https://github.com/evshiron/nwjs-builder-phoenix/compare/v1.11.1...v1.12.0) (2017-05-06)
+
+
+### Bug Fixes
+
+* **Builder:** fix stripping for packed apps ([bc5f68e](https://github.com/evshiron/nwjs-builder-phoenix/commit/bc5f68e))
+
+
+### Features
+
+* **Builder:** allow custom plist strings ([66f1464](https://github.com/evshiron/nwjs-builder-phoenix/commit/66f1464))
+
+
+
 <a name="1.11.1"></a>
 ## [1.11.1](https://github.com/evshiron/nwjs-builder-phoenix/compare/v1.11.0...v1.11.1) (2017-05-05)
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "nwjs-builder-phoenix",
-  "version": "1.11.1",
+  "version": "1.12.0",
   "description": "",
   "main": "./dist/lib/index.js",
   "bin": {