Skip to content

Commit

Permalink
chore(main): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jerensl committed Dec 27, 2024
1 parent 6eece72 commit 8f21e1b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.1](https://github.com/jerensl/www.jerenslensun.com/compare/v1.0.0...v1.0.1) (2024-12-27)


### Bug Fixes

* deployment ([2394133](https://github.com/jerensl/www.jerenslensun.com/commit/2394133654c10179eb326a33f48a15967b46f6a6))
* downgrade postcss ([cccbc79](https://github.com/jerensl/www.jerenslensun.com/commit/cccbc79f62cacfeefe76581215b35bc1cf30616e))
* downgrade postcss ([b855840](https://github.com/jerensl/www.jerenslensun.com/commit/b855840d8bae8fe2903662a1c3fd5c0bf54e4b40))
* gh wokflow actions ([55daef0](https://github.com/jerensl/www.jerenslensun.com/commit/55daef07ff2e7e2a4e111f07a2a2a0092acc6596))
* integration test cases ([7638f0b](https://github.com/jerensl/www.jerenslensun.com/commit/7638f0b1b80ddd52c96396ca41d4481d8aed1638))
* type error ([f37f7b4](https://github.com/jerensl/www.jerenslensun.com/commit/f37f7b400feec8be729b1e49d2f7732df64486ad))

## 1.0.0 (2024-12-24)


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": "www.jerenslensun.com",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

0 comments on commit 8f21e1b

Please sign in to comment.