Skip to content

Commit

Permalink
chore(main): release 1.14.7 (#256)
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 15, 2024
1 parent f31d89a commit ef1c0d4
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.6"
".": "1.14.7"
}
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.7](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.14.6...v1.14.7) (2024-06-15)


### 🐛 Bug Fixes

* add constant ([#255](https://github.com/AlbertHernandez/typescript-library-template/issues/255)) ([f31d89a](https://github.com/AlbertHernandez/typescript-library-template/commit/f31d89a49598d2bc3c7380321c2974b51e73b363))

## [1.14.6](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.14.5...v1.14.6) (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.6",
"version": "1.14.7",
"description": "Template for new typescript libraries",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit ef1c0d4

Please sign in to comment.