diff --git a/.changes/initial-release.md b/.changes/initial-release.md deleted file mode 100644 index c5cc1df..0000000 --- a/.changes/initial-release.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'tauricon': major ---- - -Initial release. diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..06daa27 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## \[1.0.0] + +- Initial release. + - [6a51744](https://github.com/tauri-apps/tauricon/commit/6a51744b69d3115e1bafc273df526f17cb320c70) Prepare repo for release ([#13](https://github.com/tauri-apps/tauricon/pull/13)) on 2022-04-12 diff --git a/package.json b/package.json index 9971c7a..948533a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tauri-apps/tauricon", - "version": "0.0.0", + "version": "1.0.0", "description": "Make icons for your Tauri app.", "bin": { "tauricon": "./bin/tauricon.js"