Skip to content

Commit 89d7f96

Browse files
chore(main): 🚀 Release v1.3.3
1 parent 44e774d commit 89d7f96

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.3.3](https://github.com/jpb06/ts-paths-resolver/compare/v1.3.2...v1.3.3) (2025-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update dependency glob to v11.1.0 ([#270](https://github.com/jpb06/ts-paths-resolver/issues/270)) ([9855437](https://github.com/jpb06/ts-paths-resolver/commit/9855437ead18f3381478043be61144443cf17be6))
9+
* **deps:** update dependency glob to v13 ([#272](https://github.com/jpb06/ts-paths-resolver/issues/272)) ([44e774d](https://github.com/jpb06/ts-paths-resolver/commit/44e774de0ef570253104cbf7ba57be1fb1a8ab1c))
10+
311
## [1.3.2](https://github.com/jpb06/ts-paths-resolver/compare/v1.3.1...v1.3.2) (2025-10-09)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-paths-resolver",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"author": "jpb06 <jp.bois.06@outlook.fr>",
55
"description": "Yet another paths resolver for typescript paths aliases",
66
"keywords": [

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.2"
2+
".": "1.3.3"
33
}

0 commit comments

Comments
 (0)