Skip to content

Commit

Permalink
chore(main): release library 7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Nov 28, 2024
1 parent 729d43d commit f9c713e
Show file tree
Hide file tree
Showing 3 changed files with 9 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,4 +1,4 @@
{
".": "1.0.0",
"packages/library": "7.2.0"
"packages/library": "7.2.1"
}
7 changes: 7 additions & 0 deletions packages/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [7.2.1](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.2.0...library-v7.2.1) (2024-11-28)


### Bug Fixes

* annoying dev output when starting the server ([729d43d](https://github.com/mikavilpas/tui-sandbox/commit/729d43d5c773c3e856690ae5896fea56e138a4b9))

## [7.2.0](https://github.com/mikavilpas/tui-sandbox/compare/library-v7.1.0...library-v7.2.0) (2024-11-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tui-sandbox/library",
"version": "7.2.0",
"version": "7.2.1",
"license": "MIT",
"type": "module",
"bin": {
Expand Down

0 comments on commit f9c713e

Please sign in to comment.