Skip to content

Commit 768a4ea

Browse files
author
GitHub Release Bot
committed
Release 1.3.1
1 parent 4a567e1 commit 768a4ea

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.1] - 2025-06-06
11+
1012
### Fixed
1113

1214
- `isValidGuid` unwanted behaviour which was returning false for Guid sequentially generated by following Microsoft EntityFramework
@@ -137,7 +139,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
137139
- added `eslint-plugin-jsdoc` to lint jsdoc comments
138140
- `getEnumNameFromValue`,`getEnumValueFromName`, `getEnumNames`,`getEnumNameValues` functions to respectively get the name of an enum from its value, the value from its name, all the names and all the values
139141

140-
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.3.0...HEAD
142+
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.3.1...HEAD
143+
[1.3.1]: https://github.com/neolution-ch/javascript-utils/compare/1.3.0...1.3.1
141144
[1.3.0]: https://github.com/neolution-ch/javascript-utils/compare/1.2.2...1.3.0
142145
[1.2.2]: https://github.com/neolution-ch/javascript-utils/compare/1.2.1...1.2.2
143146
[1.2.1]: https://github.com/neolution-ch/javascript-utils/compare/1.2.0...1.2.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neolution-ch/javascript-utils",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/javascript-utils",
66
"repository": {

0 commit comments

Comments
 (0)