From 4f24ef549d01b1b7f4eb6fc61d4a5f1241f30e80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 18 Jul 2021 20:50:55 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2021-07-18) ### Features * example function hello ([9a4fa99](https://github.com/tlibjs/package-template/commit/9a4fa99575359aeab5748c191ae6b3dbe2d935b0)) --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..8e836cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +# 1.0.0 (2021-07-18) + +### Features + +- example function hello ([9a4fa99](https://github.com/tlibjs/package-template/commit/9a4fa99575359aeab5748c191ae6b3dbe2d935b0)) diff --git a/package.json b/package.json index be13231..d941925 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,5 @@ "publishConfig": { "access": "public" }, - "version": "0.0.1" + "version": "1.0.0" }