From 80b7807e1ba959f86d8f4002229ac53c9fda9ef5 Mon Sep 17 00:00:00 2001 From: Daniel Perez Alvarez Date: Wed, 7 Aug 2024 23:17:49 -0400 Subject: [PATCH] update version --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 254a29f2..7e7ffedb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ 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-1723087060.2b01c26 + +[compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.9...v3.4.10-1723087060.2b01c26) + +### 📖 Documentation + +- Update readme ([5a2b0c9](https://github.com/LeDDGroup/typescript-transform-paths/commit/5a2b0c9)) + +### 🏡 Chore + +- Update dependencies ([#226](https://github.com/LeDDGroup/typescript-transform-paths/pull/226)) +- Replace standard-version with changelogen ([4134b5d](https://github.com/LeDDGroup/typescript-transform-paths/commit/4134b5d)) + +### 🤖 CI + +- Npm generate provenance ([2b01c26](https://github.com/LeDDGroup/typescript-transform-paths/commit/2b01c26)) + +### ❤️ Contributors + +- Daniel Perez Alvarez + ## v3.4.10-1723086173.5a2b0c9 [compare changes](https://github.com/LeDDGroup/typescript-transform-paths/compare/v3.4.9...v3.4.10-1723086173.5a2b0c9) diff --git a/package.json b/package.json index f5220bf5..9f2ffc48 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typescript-transform-paths", - "version": "3.4.10-1723086173.5a2b0c9", + "version": "3.4.10-1723087060.2b01c26", "description": "Transforms module resolution paths using TypeScript path mapping and/or custom paths", "main": "dist/index.js", "types": "types/index.d.ts",