diff --git a/RELEASENOTES.md b/RELEASENOTES.md index dc2d5222..482424b6 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -16,6 +16,36 @@ specific language governing permissions and limitations under the License. --> -## Release Notes for Cordova Electron ## -### 1.0.0 (Nov 25, 2017) -* Added release notes \ No newline at end of file + +## Release Notes for Cordova Electron + +### 1.0.0 (Feb 25, 2019) + +* [GH-30](https://github.com/apache/cordova-electron/pull/30) Asset Install Fix from Mobilespec Report +* [GH-29](https://github.com/apache/cordova-electron/pull/29) Correct File Header Licenses for Cordova JS Compile CMD +* [GH-28](https://github.com/apache/cordova-electron/pull/28) Fix Scope Issue with Code Refactor +* [GH-27](https://github.com/apache/cordova-electron/pull/27) Build Script Improvements +* [GH-24](https://github.com/apache/cordova-electron/pull/24) Remove Unused and Unreachable Code +* [GH-21](https://github.com/apache/cordova-electron/pull/21) Apply Missing Apache License Header +* [GH-25](https://github.com/apache/cordova-electron/pull/25) Updated `Api.spec.js` Async Tests to Return Promise +* [GH-22](https://github.com/apache/cordova-electron/pull/22) Add tests to `Api.spec.js` +* [GH-23](https://github.com/apache/cordova-electron/pull/23) Test `module.exports.prepare` +* [GH-19](https://github.com/apache/cordova-electron/pull/19) Adding New Test Specs +* [GH-20](https://github.com/apache/cordova-electron/pull/20) Fix Audit Report For High Severity Vulnerability +* [GH-18](https://github.com/apache/cordova-electron/pull/18) Refactor `prepare.js` and Increase Test Coverage +* [GH-17](https://github.com/apache/cordova-electron/pull/17) Unit Test Improvements & Refactor (Create, Api, Handler, Parser) +* [GH-16](https://github.com/apache/cordova-electron/pull/16) Prepare & Enable Travis CI Testing +* [GH-15](https://github.com/apache/cordova-electron/pull/15) Implement SettingsJson Class Tests and Update Documentation +* [GH-13](https://github.com/apache/cordova-electron/pull/13) Implement Electron Custom App Icons Functionality +* [GH-10](https://github.com/apache/cordova-electron/pull/10) Added NPM Ignore +* [GH-11](https://github.com/apache/cordova-electron/pull/11) Updated `README.md` +* [GH-9](https://github.com/apache/cordova-electron/pull/9) Electron Build Improvements +* [GH-8](https://github.com/apache/cordova-electron/pull/8) Create CDV Electron Settings JSON +* [GH-7](https://github.com/apache/cordova-electron/pull/7) Electron Platform Release Preparation (Cordova 9) +* [GH-6](https://github.com/apache/cordova-electron/pull/6) Cleanup Bin Files +* [GH-5](https://github.com/apache/cordova-electron/pull/5) Updated Correct Version Information +* [GH-4](https://github.com/apache/cordova-electron/pull/4) Electron Major Improvements & Feature Support +* [GH-1](https://github.com/apache/cordova-electron/pull/1) First Draft Release +* Add GitHub Pull Request Template +* Added NPM Install Step +* Added Run Command Support diff --git a/package.json b/package.json index 61c6e3d9..d3a15edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-electron", - "version": "1.0.0-dev", + "version": "1.0.0", "description": "electron apps as a target for cordova developers", "main": "bin/templates/cordova/Api.js", "bin": "bin/create",