Skip to content

Commit

Permalink
chore(main): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez committed Nov 22, 2024
1 parent 0564ae8 commit 20bef03
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@
{
".": "2.0.0"
".": "2.0.1"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### 🐛 Bug Fixes

* **deps:** bump @rollup/rollup-linux-x64-gnu from 4.24.3 to 4.24.4 ([#422](https://github.com/AlbertHernandez/typescript-library-template/issues/422)) ([29046b8](https://github.com/AlbertHernandez/typescript-library-template/commit/29046b87a067754b6e262af66d330f7000011c36))
* **deps:** bump @rollup/rollup-linux-x64-gnu from 4.24.4 to 4.25.0 ([#434](https://github.com/AlbertHernandez/typescript-library-template/issues/434)) ([2b692d1](https://github.com/AlbertHernandez/typescript-library-template/commit/2b692d1ef182711266fe6e094fc6b11f6a8d35b8))
* **deps:** bump @rollup/rollup-linux-x64-gnu from 4.25.0 to 4.26.0 ([#436](https://github.com/AlbertHernandez/typescript-library-template/issues/436)) ([0cca3a0](https://github.com/AlbertHernandez/typescript-library-template/commit/0cca3a00fd2312a12dc50f7d5d61c179909353e1))
* **deps:** bump @rollup/rollup-linux-x64-gnu from 4.26.0 to 4.27.2 ([#438](https://github.com/AlbertHernandez/typescript-library-template/issues/438)) ([6edc137](https://github.com/AlbertHernandez/typescript-library-template/commit/6edc1378fef9efd6f349181e0e9fd90142725adb))
* **deps:** bump @rollup/rollup-linux-x64-gnu from 4.27.2 to 4.27.3 ([#441](https://github.com/AlbertHernandez/typescript-library-template/issues/441)) ([bde5b09](https://github.com/AlbertHernandez/typescript-library-template/commit/bde5b0974d7beba9866fb8dd8f6952065a970b19))
* **deps:** bump @swc/core-linux-x64-gnu from 1.8.0 to 1.9.1 ([#426](https://github.com/AlbertHernandez/typescript-library-template/issues/426)) ([30d9dae](https://github.com/AlbertHernandez/typescript-library-template/commit/30d9dae74beb2155748844434d8f9398739cf25e))
* **deps:** bump @swc/core-linux-x64-gnu from 1.9.2 to 1.9.3 ([#445](https://github.com/AlbertHernandez/typescript-library-template/issues/445)) ([956b31b](https://github.com/AlbertHernandez/typescript-library-template/commit/956b31b80e7cfade048a4ebe62637b0ad8c61e82))

## [2.0.0](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.15.0...v2.0.0) (2024-11-03)


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

0 comments on commit 20bef03

Please sign in to comment.