Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-05-11)

### Bug Fixes

* add missed backslash escapes ([965ec35](965ec35))

### Features

* add __filename and __dirname replacers ([65ca6e0](65ca6e0))
* add impl drafts ([4b0d359](4b0d359))
* add relativeModuleExt fix ([502231e](502231e))
* add unixify to support win-based runtime ([2a7d424](2a7d424))
* provide CLI ([d2cfc48](d2cfc48))
* rm original files on patch ([ebd547c](ebd547c))
  • Loading branch information
antongolub committed May 11, 2021
1 parent 98f83c5 commit 11d9e31
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 1.0.0 (2021-05-11)


### Bug Fixes

* add missed backslash escapes ([965ec35](https://github.com/antongolub/tsc-es2020-fix/commit/965ec35c84a614da6195da4d7a3041627e857052))


### Features

* add __filename and __dirname replacers ([65ca6e0](https://github.com/antongolub/tsc-es2020-fix/commit/65ca6e08c52ee8dcd8217e9a4cf87674de5db92f))
* add impl drafts ([4b0d359](https://github.com/antongolub/tsc-es2020-fix/commit/4b0d3595c0454d9478b93248fba818db6125fbb9))
* add relativeModuleExt fix ([502231e](https://github.com/antongolub/tsc-es2020-fix/commit/502231e87d3dcdf8e3756bad8d00cf78825094a8))
* add unixify to support win-based runtime ([2a7d424](https://github.com/antongolub/tsc-es2020-fix/commit/2a7d424b40e4f87fe82aafb9a433f58d29310310))
* provide CLI ([d2cfc48](https://github.com/antongolub/tsc-es2020-fix/commit/d2cfc48a821750a15733a9e4994a353717ef7a2a))
* rm original files on patch ([ebd547c](https://github.com/antongolub/tsc-es2020-fix/commit/ebd547cdf283b671074dde714d96e3c87c6ccbfa))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsc-es2020-fix",
"version": "0.0.0",
"version": "1.0.0",
"private": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 11d9e31

Please sign in to comment.