diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d9c2170 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,37 @@ +# 1.0.0 (2024-08-25) + + +* Initial commit 。| [Review:(5596e30)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/5596e30300f0011c6689baa8fa8161b8d425005e?view=parallel) + + +### ✨ Features | 新功能 + +* **all:** 第一次初始化项目 。| [Review:(63e2630)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/63e263071f7b0b83547ba5d1caed5443ec1d4a66?view=parallel) +* **packages&doc:** 添加 i18n 子包和 zh、en 仓库,完善 README.md 。| [Review:(e07f9dd)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/e07f9dd628b4be6a238b93e93bd1b804ffcb9d1b?view=parallel) +* **packages:** 添加 zh 和 en 的仓库,完善 i18n README table 。| [Review:(87ac64b)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/87ac64bde2e326cf8af32ff988abe5866ebd0bae?view=parallel) +* **packages:** add i18n-en and i18n-zh features 。| [Review:(0165ed2)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/0165ed211b52d9497bcaa6403ea187a6baac6528?view=parallel) + + +### 🎫 Chores | 其他更新 + +* add publish process 。| [Review:(e0dba44)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/e0dba4449815f240768377976ba2b371287f5b90?view=parallel) +* remove private flag from package.json files 。| [Review:(6225c15)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/6225c15e81ebee134ef9f29e74cd296935691522?view=parallel) +* sync package.json version 。| [Review:(e9615fb)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/e9615fb76a80096c57d07e9606036fcb91a9d95a?view=parallel) +* update npm script to use npm instead of yarn 。| [Review:(c65f49d)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/c65f49d7abb3897b30efa7a31eef8246d9572d4e?view=parallel) +* update pnpm install command to not use frozen lockfile 。| [Review:(14d964b)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/14d964bfc6a9b96d0f9c06fcfb294f94f083a1a5?view=parallel) + + +### 🐛 Bug Fixes | Bug 修复 + +* fix publish.sh 。| [Review:(c39e4df)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/c39e4df6bf4bbc5417a1875d15d87ad1898207a7?view=parallel) +* **packages:** 修复子包中的编译问题~ 。| [Review:(e4956d3)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/e4956d3b5e7f6cdb9eca51213ce8ee7aa3c9851e?view=parallel) + + +### 📝 Documentation | 文档 + +* 添加 RFC 超文本传输协议相关信息 。| [Review:(5f7847c)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/5f7847c69aa85c0591bb1314265757727e3ec88c?view=parallel) +* update README.md 。| [Review:(4a227e6)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/4a227e63aa3e83cde514d02c7f6f5756f4c6e5af?view=parallel) +* update README.md 。| [Review:(cbfece2)](https://github.com/aiyoudiao/http-status-codes-i18n/commit/cbfece2d2960d0cc7153ea03bc754e43ae1e0787?view=parallel) + + + diff --git a/package.json b/package.json index db16fe0..5954015 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@http-status-codes/i18n", - "version": "0.0.1", + "version": "1.0.0", "license": "MIT", "description": "HTTP status codes i18n", "scripts": {