Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.0](v1.0.3...v2.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

* drop Node.js `<20` support

### Performance Improvements

* drop Node.js `<20` support ([4efcba8](4efcba8))
  • Loading branch information
semantic-release-bot authored and vansergen committed Jan 28, 2024
1 parent aaa8fa3 commit 70c2a25
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog

## [2.0.0](https://github.com/binden-js/tsconfig/compare/v1.0.3...v2.0.0) (2024-01-28)

### ⚠ BREAKING CHANGES

- drop Node.js `<20` support

### Performance Improvements

- drop Node.js `<20` support ([4efcba8](https://github.com/binden-js/tsconfig/commit/4efcba8b11eba02665a4ab9cb0cd0bc859ca1e4b))

## [1.0.3](https://github.com/binden-js/tsconfig/compare/v1.0.2...v1.0.3) (2024-01-28)

### Dependencies
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
@@ -1,6 +1,6 @@
{
"name": "@binden/tsconfig",
"version": "1.0.3",
"version": "2.0.0",
"description": "Shareable TypeScript config",
"main": "tsconfig.json",
"type": "commonjs",
Expand Down

0 comments on commit 70c2a25

Please sign in to comment.