Skip to content

Commit

Permalink
feat: relase version v1.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Certseeds <51754303+Certseeds@users.noreply.github.com>
  • Loading branch information
Certseeds committed Mar 26, 2023
1 parent 4a73162 commit 9bf2cec
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## <small>1.0.3 (2023-03-26)</small>

* feat: add conventional-changelog to filter git log as changelog 057184c
* feat: add fetch-cache and github-key module for more origins d6ec208
* feat: remove changeset from project 7e4333b
* feat: support format raw which accept url as path 149684c, closes #9
* ci: remove useless `unsafecoerce/chatgpt-action` 80f2488
* fix: no more fallback to default-key 47d1aaa, closes #8
* typo: use correct Accept-header 7382b29
* bugfix: fix wrong license and changeset baseBranch a434c7a
* bugfix: only check changeset on un-master branch 7586365
* bugfix: tag do not trigger page deploy 22e970b
* dep: add only-allow and @vue/compiler-sfc into devDependencies 7a0cdc3
* dep: move openpgp to dependencies 5cda1b4
* toolchain: make sure pull_request must have at least one changeset markdown-file b63fab4
* doc: update README.md and contributing.md for changeset 7007362
* feature: add a build script for only build 969d327
* feature: add chatgpt-lgtm action 661bc8d
* feature: add husky for pre-commit 921ddc7
* feature: add new textarea for get encryptID 185ca1b
* feature: import changeset to release package 1f719ce
* feature: move to pnpm 43d65b5
* feature: split a single compent to get param from url to get key 9737c9d



## <small>1.0.2 (2023-03-03)</small>

* feature: 做一些类型体操 4df65fb
Expand All @@ -15,3 +41,6 @@
* bugfix: put router-view into main 15845ff
* feat: add vue-router and use script-setup replace script 9f6b05c
* init for static lib c79ee0a



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openpgpage",
"version": "1.0.3-SNAPSHOT",
"version": "1.0.3",
"private": true,
"license": "AGPL-3.0-or-later",
"author": "Certseeds",
Expand Down

0 comments on commit 9bf2cec

Please sign in to comment.