diff --git a/.changeset/new-timers-complain.md b/.changeset/new-timers-complain.md deleted file mode 100644 index 72b4633..0000000 --- a/.changeset/new-timers-complain.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"blog": patch ---- - -chore: upgrade to react 19 - -## Summary by CodeRabbit - -- **New Features** - - - Updated VSCode extensions documentation with new entries and enhanced descriptions. - - Introduced a linting script for Next.js in the project. - -- **Bug Fixes** - - - Removed unnecessary file extensions from import statements across various components. - -- **Documentation** - - - Updated the "Todo" section and runtime software versions in the README file. - -- **Chores** - - Upgraded core dependencies including `next`, `react`, and `react-dom` to their latest versions. - - Updated TypeScript and ESLint configurations to improve code quality and maintainability. diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d203da..c743121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # blog +## 0.0.10 + +### Patch Changes + +- [#38](https://github.com/cseas/blog/pull/38) [`12b68cc`](https://github.com/cseas/blog/commit/12b68cc29ad1382e97cf3a8593486a9a939dd1d1) Thanks [@cseas](https://github.com/cseas)! - chore: upgrade to react 19 + + ## Summary by CodeRabbit + + - **New Features** + + - Updated VSCode extensions documentation with new entries and enhanced descriptions. + - Introduced a linting script for Next.js in the project. + + - **Bug Fixes** + + - Removed unnecessary file extensions from import statements across various components. + + - **Documentation** + + - Updated the "Todo" section and runtime software versions in the README file. + + - **Chores** + - Upgraded core dependencies including `next`, `react`, and `react-dom` to their latest versions. + - Updated TypeScript and ESLint configurations to improve code quality and maintainability. + ## 0.0.9 ### Patch Changes diff --git a/package.json b/package.json index 93891c0..32c6be6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blog", - "version": "0.0.9", + "version": "0.0.10", "private": true, "type": "module", "scripts": {