Skip to content

Commit

Permalink
chore(release): release 0.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed May 18, 2024
1 parent 52bfdd5 commit f9d3632
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@


## [0.8.19](https://github.com/benyap/resolve-tspaths/compare/0.8.18...0.8.19) (2024-05-18)


### Bug Fixes

* import/export regex matching on the word "import" in comments ([a02849e](https://github.com/benyap/resolve-tspaths/commit/a02849e458c2a980238996337ef48842f3be9c2f))


### Internal

* **deps:** upgrade dependencies ([52bfdd5](https://github.com/benyap/resolve-tspaths/commit/52bfdd583b5571b3e035f63c59bff44407017890))

## [0.8.18](https://github.com/benyap/resolve-tspaths/compare/0.8.17...0.8.18) (2024-02-16)


Expand Down Expand Up @@ -749,4 +761,4 @@

### Features

* core functionality ([e8584cc](https://github.com/benyap/resolve-tspaths/commit/e8584cc646f46997921721990572757935a85d95))
* core functionality ([e8584cc](https://github.com/benyap/resolve-tspaths/commit/e8584cc646f46997921721990572757935a85d95))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resolve-tspaths",
"version": "0.8.18",
"version": "0.8.19",
"description": "Transform path mappings in your compiled Typescript code",
"author": "Ben Yap <contact@benyap.com>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.8.18"
"version": "0.8.19"
}

0 comments on commit f9d3632

Please sign in to comment.