Skip to content

Commit

Permalink
chore(release): v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Aug 18, 2024
1 parent 56d62d2 commit 7567567
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## v3.5.0

[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.11...v3.5.0)

### 🚀 Enhancements

- Add package.json exports ([#218](https://github.com/LeDDGroup/typescript-transform-paths/pull/218))

### 💅 Refactors

- Move top level register and nx-transformer to src/ ([6f0a280](https://github.com/LeDDGroup/typescript-transform-paths/commit/6f0a280))
- Add prettier-plugin-jsdoc ([0b5fd4c](https://github.com/LeDDGroup/typescript-transform-paths/commit/0b5fd4c))
- Remove ts-expose-internals imports ([7b66926](https://github.com/LeDDGroup/typescript-transform-paths/commit/7b66926))
- Update ts-expose-internals -> @types/ts-expose-internals ([56d62d2](https://github.com/LeDDGroup/typescript-transform-paths/commit/56d62d2))

### 🏡 Chore

- **deps-dev:** Remove strip-ansi ([2fc9901](https://github.com/LeDDGroup/typescript-transform-paths/commit/2fc9901))

### ❤️ Contributors

- Daniel Perez Alvarez <[email protected]>

## v3.4.11

[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.10...v3.4.11)
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": "typescript-transform-paths",
"version": "3.4.11",
"version": "3.5.0",
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
"type": "commonjs",
"main": "./dist/index.js",
Expand Down

0 comments on commit 7567567

Please sign in to comment.