Skip to content

Commit

Permalink
chore(main): release 3.0.0 (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 3, 2024
1 parent 630bdc3 commit ec3673d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{".":"2.1.1"}
{".":"3.0.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/streetsidesoftware/ts2mjs/compare/v2.1.1...v3.0.0) (2024-03-03)


### ⚠ BREAKING CHANGES

* Drop support for Node16 ([#122](https://github.com/streetsidesoftware/ts2mjs/issues/122))

### Features

* Drop support for Node16 ([#122](https://github.com/streetsidesoftware/ts2mjs/issues/122)) ([630bdc3](https://github.com/streetsidesoftware/ts2mjs/commit/630bdc3cde664c6f94a2a219ded21cf2700a4681))

## [2.1.1](https://github.com/streetsidesoftware/ts2mjs/compare/v2.1.0...v2.1.1) (2023-08-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts2mjs",
"version": "2.1.1",
"version": "3.0.0",
"description": "Rename TypeScript Created ESM .js files to .mjs",
"bin": {
"ts2mjs": "bin.mjs"
Expand Down

0 comments on commit ec3673d

Please sign in to comment.