Skip to content

Commit

Permalink
ci: update version & changelog (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: Abhijeet Singh <[email protected]>
  • Loading branch information
github-actions[bot] and cseas authored Dec 23, 2024
1 parent 4d9d4e6 commit 0afe6c5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .changeset/funny-actors-share.md

This file was deleted.

25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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": "blog",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 0afe6c5

Please sign in to comment.