Skip to content

Commit ec3673d

Browse files
chore(main): release 3.0.0 (#123)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 630bdc3 commit ec3673d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"2.1.1"}
1+
{".":"3.0.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.0.0](https://github.com/streetsidesoftware/ts2mjs/compare/v2.1.1...v3.0.0) (2024-03-03)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Drop support for Node16 ([#122](https://github.com/streetsidesoftware/ts2mjs/issues/122))
9+
10+
### Features
11+
12+
* Drop support for Node16 ([#122](https://github.com/streetsidesoftware/ts2mjs/issues/122)) ([630bdc3](https://github.com/streetsidesoftware/ts2mjs/commit/630bdc3cde664c6f94a2a219ded21cf2700a4681))
13+
314
## [2.1.1](https://github.com/streetsidesoftware/ts2mjs/compare/v2.1.0...v2.1.1) (2023-08-28)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts2mjs",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Rename TypeScript Created ESM .js files to .mjs",
55
"bin": {
66
"ts2mjs": "bin.mjs"

0 commit comments

Comments
 (0)