Skip to content

Commit

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

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.4.10

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

### 🏡 Chore

- Update dependencies ([#226](https://github.com/LeDDGroup/typescript-transform-paths/pull/226))
- Replace standard-version with changelogen ([#227](https://github.com/LeDDGroup/typescript-transform-paths/pull/227))

### 🤖 CI

- Generate provenance on npm publish ([#229](https://github.com/LeDDGroup/typescript-transform-paths/pull/229))

### ❤️ Contributors

- Daniel Perez Alvarez <[email protected]>

### [3.4.9](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.8...v3.4.9) (2024-08-07)

### [3.4.8](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.7...v3.4.8) (2024-08-07)
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.9",
"version": "3.4.10",
"description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths",
"main": "dist/index.js",
"types": "types/index.d.ts",
Expand Down

0 comments on commit ac816db

Please sign in to comment.