diff --git a/.changeset/funny-actors-share.md b/.changeset/funny-actors-share.md deleted file mode 100644 index 34c5dba..0000000 --- a/.changeset/funny-actors-share.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -"blog": patch ---- - -ci: migrate to pnpm - -## Summary by CodeRabbit - -- **New Features** - - - Introduced a new GitHub Actions workflow for validating source code during pull requests. - - Added a script for TypeScript type checking in the project. - -- **Improvements** - - - Updated workflows to streamline dependency installation and caching processes. - - Upgraded action versions for improved performance and compatibility. - -- **Bug Fixes** - - - Removed outdated entries from `.gitignore` and `README.md`, allowing for better tracking and clarity. - -- **Chores** - - Enhanced configuration in `package.json` to enforce specific engine requirements for package management. diff --git a/CHANGELOG.md b/CHANGELOG.md index c743121..8a5add9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # blog +## 0.0.11 + +### Patch Changes + +- [#41](https://github.com/cseas/blog/pull/41) [`4d9d4e6`](https://github.com/cseas/blog/commit/4d9d4e6e28bce10b4c2df44798a57d0998e59715) Thanks [@cseas](https://github.com/cseas)! - ci: migrate to pnpm + + ## Summary by CodeRabbit + + - **New Features** + + - Introduced a new GitHub Actions workflow for validating source code during pull requests. + - Added a script for TypeScript type checking in the project. + + - **Improvements** + + - Updated workflows to streamline dependency installation and caching processes. + - Upgraded action versions for improved performance and compatibility. + + - **Bug Fixes** + + - Removed outdated entries from `.gitignore` and `README.md`, allowing for better tracking and clarity. + + - **Chores** + - Enhanced configuration in `package.json` to enforce specific engine requirements for package management. + ## 0.0.10 ### Patch Changes diff --git a/package.json b/package.json index 723b0da..af8c694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blog", - "version": "0.0.10", + "version": "0.0.11", "private": true, "type": "module", "scripts": {