Skip to content

Commit

Permalink
chore(main): release 1.14.5 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 9, 2024
1 parent f55af8e commit e3ac3e2
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.14.4"
".": "1.14.5"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.14.5](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.14.4...v1.14.5) (2024-06-09)


### 🐛 Bug Fixes

* add constant ([#239](https://github.com/AlbertHernandez/typescript-library-template/issues/239)) ([f55af8e](https://github.com/AlbertHernandez/typescript-library-template/commit/f55af8ec83e6fe9ec10c9662346949f72c97e2aa))

## [1.14.4](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.14.3...v1.14.4) (2024-06-09)


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.14.4",
"version": "1.14.5",
"description": "Template for new typescript libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit e3ac3e2

Please sign in to comment.