Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-04-08)

### Features

* inicial commit ([5ce5e91](5ce5e91))
* semantic release github plugin ([e82526c](e82526c))
  • Loading branch information
semantic-release-bot committed Apr 8, 2021
1 parent e82526c commit caf76be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 1.0.0 (2021-04-08)


### Features

* inicial commit ([5ce5e91](https://github.com/HausennTechnologies/capacitor-set-version/commit/5ce5e91ed6e946d7a61f30c2bbb67a24ab3b63ed))
* semantic release github plugin ([e82526c](https://github.com/HausennTechnologies/capacitor-set-version/commit/e82526c79e06ad27ad0432629a29bf7bac81fc71))
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g capacitor-set-version
$ capacitor-set-version COMMAND
running command...
$ capacitor-set-version (-v|--version|version)
capacitor-set-version/0.0.0 linux-x64 node-v14.16.0
capacitor-set-version/1.0.0 linux-x64 node-v12.22.0
$ capacitor-set-version --help [COMMAND]
USAGE
$ capacitor-set-version COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "capacitor-set-version",
"description": "Write version number and build number for Android and iOS on ionic/capacitor projects",
"version": "0.0.0",
"version": "1.0.0",
"author": "Hausenn @HausennTechnologies",
"license": "MIT",
"homepage": "https://github.com/HausennTechnologies/capacitor-set-version",
Expand Down

0 comments on commit caf76be

Please sign in to comment.