Skip to content

Commit

Permalink
chore(main): release 2.0.3 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez authored Nov 24, 2024
1 parent 826a22c commit da91baf
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,3 +1,3 @@
{
".": "2.0.2"
".": "2.0.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.3](https://github.com/AlbertHernandez/typescript-library-template/compare/v2.0.2...v2.0.3) (2024-11-24)


### 🐛 Bug Fixes

* specify packageManager ([#453](https://github.com/AlbertHernandez/typescript-library-template/issues/453)) ([826a22c](https://github.com/AlbertHernandez/typescript-library-template/commit/826a22cbacd1b9ebad9e9873d4708c0bf2247e8c))

## [2.0.2](https://github.com/AlbertHernandez/typescript-library-template/compare/v2.0.1...v2.0.2) (2024-11-24)


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

0 comments on commit da91baf

Please sign in to comment.