Skip to content

Commit

Permalink
[CI] Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gfidlab-ci-user authored and Tykok committed Feb 23, 2023
1 parent 02a03d3 commit 0be34e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name : Build the docs with mkdocs 🐍
run: |
pip install mkdocs
npm build:docs
npm run build:docs
- name: Deploy documentation 📃
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ Release at : 2023-02-24

Release at : 2023-02-24

* use npm instead of yarn ([`8720385`](https://github.com/Tykok/cedict-chinese-transformation/commit/87203859c9c2fb623976ffe82de24d6a74936db3))

# [2.0.1](https://github.com/Tykok/cedict-chinese-transformation/compare/2.0.0...2.0.1)

Release at : 2023-02-24

# [2.0.0](https://github.com/Tykok/cedict-chinese-transformation/compare/1.5.0...2.0.0)

Release at : 2023-02-24
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tykok/cedict-dictionary",
"version": "2.0.3",
"version": "2.0.31",
"description": "The Cedict dictionary get and format the cedict to a JSON file",
"main": "lib/index.js",
"files": [
Expand Down

0 comments on commit 0be34e1

Please sign in to comment.