Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#7)
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 Feb 19, 2023
1 parent d54787c commit 067f92a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
@@ -1 +1 @@
{".":"1.1.0"}
{".":"1.1.1"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [1.1.1](https://github.com/streetsidesoftware/ts2mjs/compare/v1.1.0...v1.1.1) (2023-02-19)


### Bug Fixes

* Error on import outside of root ([#6](https://github.com/streetsidesoftware/ts2mjs/issues/6)) ([d54787c](https://github.com/streetsidesoftware/ts2mjs/commit/d54787c368536c85172ca7e8397d86331679db43))

## [1.1.0](https://github.com/streetsidesoftware/ts2mjs/compare/v1.0.0...v1.1.0) (2023-02-19)


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

0 comments on commit 067f92a

Please sign in to comment.