Skip to content

Commit

Permalink
chore(release): release 0.8.16
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Sep 30, 2023
1 parent 199e283 commit fe1993f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@


## [0.8.16](https://github.com/benyap/resolve-tspaths/compare/0.8.15...0.8.16) (2023-09-30)


### Bug Fixes

* fix import and export regex to accurately match whitespace, including newlines ([4913caa](https://github.com/benyap/resolve-tspaths/commit/4913caaadd06efdbc08d3c7033525357ad459931))


### Documentation

* update .all-contributorsrc [skip ci] ([887ad00](https://github.com/benyap/resolve-tspaths/commit/887ad0038b074395bdbdaeebde05a890712e5679))
* update README.md [skip ci] ([e5cddb2](https://github.com/benyap/resolve-tspaths/commit/e5cddb2c95911074b6095a35dadbaf497308717b))


### Internal

* add IMPORT_EXPORT_REGEX test ([90e7255](https://github.com/benyap/resolve-tspaths/commit/90e72554b2584c4fecb0b7dda73ea2ef5b1808e3))
* **deps:** update actions/checkout action to v4 ([#301](https://github.com/benyap/resolve-tspaths/issues/301)) ([199e283](https://github.com/benyap/resolve-tspaths/commit/199e2835bd313451d4374cae74e4ed50260ea197))
* **deps:** update pnpm to v8.6.12 ([#291](https://github.com/benyap/resolve-tspaths/issues/291)) ([988a0ac](https://github.com/benyap/resolve-tspaths/commit/988a0ac68a873803af50d9e5dd234aa62c4d7515))
* **deps:** update pnpm to v8.8.0 ([#299](https://github.com/benyap/resolve-tspaths/issues/299)) ([7018bbf](https://github.com/benyap/resolve-tspaths/commit/7018bbf10686668bd3ccf5a923d44338371bc596))
* **deps:** upgrade dependencies ([10cf47a](https://github.com/benyap/resolve-tspaths/commit/10cf47a43e2c90152c24ed85ca64dc2988e879cd))
* format ([0a6bba6](https://github.com/benyap/resolve-tspaths/commit/0a6bba66fea39c6d67d8a14ad126cd97d4392b21))

## [0.8.15](https://github.com/benyap/resolve-tspaths/compare/0.8.14...0.8.15) (2023-08-13)


Expand Down
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.15",
"version": "0.8.16",
"description": "Transform path mappings in your compiled Typescript code",
"author": "Ben Yap <[email protected]>",
"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.15"
"version": "0.8.16"
}

0 comments on commit fe1993f

Please sign in to comment.