Skip to content

Commit

Permalink
chore(main): release 1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez committed Oct 14, 2024
1 parent 84cf3f5 commit 79748f8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 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.15.0"
".": "1.15.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.15.1](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.15.0...v1.15.1) (2024-10-14)


### 🐛 Bug Fixes

* **deps:** bump rollup from 4.21.0 to 4.22.4 ([#391](https://github.com/AlbertHernandez/typescript-library-template/issues/391)) ([a94ce69](https://github.com/AlbertHernandez/typescript-library-template/commit/a94ce69c5f1a992a153d1b0fe235d5e5e6947aaa))

## [1.15.0](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.14.10...v1.15.0) (2024-07-14)


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": "typescript-library-template-example",
"version": "1.15.0",
"version": "1.15.1",
"description": "Template for new typescript libraries",
"main": "dist/index.cjs",
"module": "lib/index.js",
Expand Down

0 comments on commit 79748f8

Please sign in to comment.