Skip to content

Commit

Permalink
chore(main): release 2.0.2 (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez authored Nov 24, 2024
1 parent cd27a83 commit d683640
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.1"
".": "2.0.2"
}
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.2](https://github.com/AlbertHernandez/typescript-library-template/compare/v2.0.1...v2.0.2) (2024-11-24)


### 🐛 Bug Fixes

* verify if pnpm works fine ([#450](https://github.com/AlbertHernandez/typescript-library-template/issues/450)) ([cd27a83](https://github.com/AlbertHernandez/typescript-library-template/commit/cd27a832bcd6f60ac1dded78c35dbe9aaac49514))

## [2.0.1](https://github.com/AlbertHernandez/typescript-library-template/compare/v2.0.0...v2.0.1) (2024-11-23)


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

0 comments on commit d683640

Please sign in to comment.