Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kotarella1110 committed Mar 24, 2020
1 parent 737a4e6 commit 0b672b7
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/kotarella1110/cordova-plugin-webpack/compare/v1.0.0-alpha.2...v1.0.0) (2020-03-24)


### Features

* **type:** added type defininition for cordova hooks context ([419bc08](https://github.com/kotarella1110/cordova-plugin-webpack/commit/419bc08)), closes [#11](https://github.com/kotarella1110/cordova-plugin-webpack/issues/11)



2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-webpack",
"version": "1.0.0-alpha.2",
"version": "1.0.0",
"description": "Cordova Webpack Plugin",
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin id="cordova-plugin-webpack" version="1.0.0-alpha.2" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="cordova-plugin-webpack" version="1.0.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<name>Webpack</name>
<description>Cordova Webpack Plugin</description>
<author>Kotaro Sugawara</author>
Expand Down

0 comments on commit 0b672b7

Please sign in to comment.