Skip to content

Commit

Permalink
ci: update version & changelog (#35)
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 9c0e14f commit 68ed59c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 27 deletions.
26 changes: 0 additions & 26 deletions .changeset/soft-swans-prove.md

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# blog

## 0.0.9

### Patch Changes

- [#34](https://github.com/cseas/blog/pull/34) [`9c0e14f`](https://github.com/cseas/blog/commit/9c0e14f84c47fc11bbfda89e2f2d2f2bf843d294) Thanks [@cseas](https://github.com/cseas)! - fix: og image previews

## Summary by CodeRabbit

- **New Features**

- Introduced a changeset-based labeling mechanism for pull requests.
- Enhanced pull request template for clearer issue tracking and requirements.
- Added a new GitHub Actions workflow to enforce a checklist process for pull requests.
- Implemented a new workflow for automatic labeling of pull requests.

- **Improvements**

- Updated configuration for Next.js application to improve package handling.
- Enhanced metadata for social media sharing in post components.

- **Documentation**

- Updated titles and publication dates in documentation files for clarity.

- **Chores**
- Added a new configuration file for code formatting guidelines.

## 0.0.8

### 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.8",
"version": "0.0.9",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit 68ed59c

Please sign in to comment.