Skip to content

Commit 65f3439

Browse files
chore(release): 1.5.2
1 parent e15dcbc commit 65f3439

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
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.
44

5-
### [1.4.1](https://github.com/Adedoyin-Emmanuel/tsfluent/compare/v1.5.0...v1.4.1) (2025-02-13)
5+
### [1.5.2](https://github.com/Adedoyin-Emmanuel/tsfluent/compare/v1.4.1...v1.5.2) (2025-02-13)
66

7-
## [1.4.0](https://github.com/Adedoyin-Emmanuel/tsfluent/compare/v1.3.0...v1.4.0) (2025-02-13)
7+
### [1.5.1](https://github.com/Adedoyin-Emmanuel/tsfluent/compare/v1.5.0...v1.5.1) (2025-02-13)
8+
9+
## [1.5.0](https://github.com/Adedoyin-Emmanuel/tsfluent/compare/v1.3.0...v1.5.0) (2025-02-13)
810

911
### Bug Fixes
1012

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "tsfluent",
33
"description": "Fluent Result Type for TypeScript",
4-
"version": "1.4.1",
5-
"main": "./dist/src/index.js",
4+
"version": "1.5.2",
5+
"main": "./dist/index.js",
66
"files": [
77
"dist/**/*"
88
],

0 commit comments

Comments
 (0)