diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b8072f..0d08bca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.3.0](https://github.com/MarleneJiang/ByteDream-JueJin/compare/v1.2.0...v1.3.0) (2023-01-26) + + +### Features + +* add /api/articles/list api ([1702598](https://github.com/MarleneJiang/ByteDream-JueJin/commit/1702598b11ffe744f8aba35a9e7f220ec19ad1c7)) +* add data ([5217480](https://github.com/MarleneJiang/ByteDream-JueJin/commit/52174802626040b3921494661b2f9e4c2210641d)) +* add data ([cc7e5c9](https://github.com/MarleneJiang/ByteDream-JueJin/commit/cc7e5c960ed01522bc2debc38bddaf927b307cf4)) +* add global data ([85c1df4](https://github.com/MarleneJiang/ByteDream-JueJin/commit/85c1df4c3eb1a8e8b9f97e4a3866975f89390b51)) +* add links and scroll to top button ([6b3184d](https://github.com/MarleneJiang/ByteDream-JueJin/commit/6b3184dabfcd81dd21f7bbe2671d2c0b9c50c6b5)) +* 改为路由参数跳转 ([8a6dd85](https://github.com/MarleneJiang/ByteDream-JueJin/commit/8a6dd85c871377c107b8f6ab79a94e95b5daf619)) +* 文章内容页目录定位 ([b9aea7f](https://github.com/MarleneJiang/ByteDream-JueJin/commit/b9aea7ffbd24192f567a30921699e2a83869d33e)) +* 简化代码 ([c3f521c](https://github.com/MarleneJiang/ByteDream-JueJin/commit/c3f521c9903f03dcc7224d0008eea64c05f087d4)) + + +### Bug Fixes + +* delete useless class ([a929c4e](https://github.com/MarleneJiang/ByteDream-JueJin/commit/a929c4ea84f2f86c0df572ac64e863b082306282)) +* eslintx修复 ([cf708c3](https://github.com/MarleneJiang/ByteDream-JueJin/commit/cf708c30841a9fe3420ccf3b3384d9756ffe03e0)) +* remove some useless logic ([d3c822c](https://github.com/MarleneJiang/ByteDream-JueJin/commit/d3c822cfb4b2e774a85b4923cb6b0f8523127b42)) +* 下拉框显示问题 ([508ab2c](https://github.com/MarleneJiang/ByteDream-JueJin/commit/508ab2c56acb8b4efd44291e24c88f4928e854de)) +* 不能使用unocss的情况 ([f02843f](https://github.com/MarleneJiang/ByteDream-JueJin/commit/f02843fa14621c27954cab43152f4cf45caddc08)) +* 修复路由参数无效问题 ([72b280a](https://github.com/MarleneJiang/ByteDream-JueJin/commit/72b280a07b8cd28351141fc7e1dd86c0909301b1)) +* 精简代码 ([bf52594](https://github.com/MarleneJiang/ByteDream-JueJin/commit/bf52594d7438698b379daf0ff158733a156dd937)) +* 部分样式问题 ([5bb6119](https://github.com/MarleneJiang/ByteDream-JueJin/commit/5bb6119495e7ba02b9f9599d9565cf790f7c19ef)) + ## [1.2.0](https://github.com/MarleneJiang/ByteDream-JueJin/compare/v1.1.0...v1.2.0) (2023-01-25) diff --git a/package.json b/package.json index 24359082..e167e0c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ByteDream-JueJin", - "version": "1.2.0", + "version": "1.3.0", "description": "", "main": "index.ts", "private": true,