Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#17)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [3.0.0](v2.0.2...v3.0.0)
(2024-11-28)


### ⚠ BREAKING CHANGES

* migrate to new react-router

### Features

* add docker image
([3fed1a2](3fed1a2))


### Bug Fixes

* remove unused dependency
([317a350](317a350))
* update test command
([1ac2b1e](1ac2b1e))


### Miscellaneous Chores

* migrate to new react-router
([1708446](1708446))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 28, 2024
1 parent 1ac2b1e commit d8d7f8d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [3.0.0](https://github.com/dy0gu/websyte/compare/v2.0.2...v3.0.0) (2024-11-28)


### ⚠ BREAKING CHANGES

* migrate to new react-router

### Features

* add docker image ([3fed1a2](https://github.com/dy0gu/websyte/commit/3fed1a29e4bd7bf02ade4690fd14f4000b971b42))


### Bug Fixes

* remove unused dependency ([317a350](https://github.com/dy0gu/websyte/commit/317a35015b4eaf2d6e1a467818e22499a042b10f))
* update test command ([1ac2b1e](https://github.com/dy0gu/websyte/commit/1ac2b1e53f46c957ca44aaa6ca146c40cc42e5b8))


### Miscellaneous Chores

* migrate to new react-router ([1708446](https://github.com/dy0gu/websyte/commit/1708446fa63008a392d0f3ca90d02279a1b7eacd))

## [2.0.2](https://github.com/dy0gu/websyte/compare/v2.0.1...v2.0.2) (2024-11-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websyte",
"version": "2.0.2",
"version": "3.0.0",
"type": "module",
"private": true,
"sideEffects": false,
Expand Down

0 comments on commit d8d7f8d

Please sign in to comment.