Skip to content

Commit

Permalink
ci: update version & changelog (#40)
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 22, 2024
1 parent 12b68cc commit 7b03ee8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 25 deletions.
24 changes: 0 additions & 24 deletions .changeset/new-timers-complain.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.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
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.9",
"version": "0.0.10",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 7b03ee8

Please sign in to comment.