From e17300bfd81393a48d653aa74bce9175a25c1cf4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 20:27:05 -0300 Subject: [PATCH] Publish New Versions (#19) Co-authored-by: lucasfernog --- .changes/initial-release.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changes/initial-release.md create mode 100644 CHANGELOG.md 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"