Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#66)
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 Aug 21, 2023
1 parent 201ce50 commit 0deea70
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 @@
{".":"1.1.2"}
{".":"2.0.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/streetsidesoftware/ts2mjs/compare/v1.1.2...v2.0.0) (2023-08-21)


### ⚠ BREAKING CHANGES

* Require Node 16+ ([#65](https://github.com/streetsidesoftware/ts2mjs/issues/65))

### Bug Fixes

* Require Node 16+ ([#65](https://github.com/streetsidesoftware/ts2mjs/issues/65)) ([201ce50](https://github.com/streetsidesoftware/ts2mjs/commit/201ce50ddf02b721fd7c1255b9f80ecc9171661f))

## [1.1.2](https://github.com/streetsidesoftware/ts2mjs/compare/v1.1.1...v1.1.2) (2023-03-06)


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

0 comments on commit 0deea70

Please sign in to comment.