Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertHernandez authored Nov 3, 2024
1 parent f22e0e5 commit c8f815b
Show file tree
Hide file tree
Showing 4 changed files with 20 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.15.0"
".": "2.0.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* upgrade to node 22 and remove support to 18 ([#418](https://github.com/AlbertHernandez/typescript-library-template/issues/418))

### ✨ New Features

* upgrade to node 22 and remove support to 18 ([#418](https://github.com/AlbertHernandez/typescript-library-template/issues/418)) ([5c82b6e](https://github.com/AlbertHernandez/typescript-library-template/commit/5c82b6ec2cd9f3092f971d2b70b56b74961ff584))


### 🐛 Bug Fixes

* **deps:** bump rollup from 4.21.0 to 4.22.4 ([#391](https://github.com/AlbertHernandez/typescript-library-template/issues/391)) ([a94ce69](https://github.com/AlbertHernandez/typescript-library-template/commit/a94ce69c5f1a992a153d1b0fe235d5e5e6947aaa))

## [1.15.0](https://github.com/AlbertHernandez/typescript-library-template/compare/v1.14.10...v1.15.0) (2024-07-14)


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

0 comments on commit c8f815b

Please sign in to comment.