Skip to content

Commit fdb25b0

Browse files
author
GitHub Release Bot
committed
Release 1.2.1
1 parent 7fba5eb commit fdb25b0

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.2.1] - 2025-03-18
11+
1012
### dependabot: \#57 Bump tj-actions/changed-files from 41 to 46 in /.github/workflows
1113

1214
### dependabot: \#54 Bump @babel/helpers from 7.21.5 to 7.26.10
@@ -104,7 +106,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
104106
- added `eslint-plugin-jsdoc` to lint jsdoc comments
105107
- `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
106108

107-
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.2.0...HEAD
109+
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.2.1...HEAD
110+
[1.2.1]: https://github.com/neolution-ch/javascript-utils/compare/1.2.0...1.2.1
108111
[1.2.0]: https://github.com/neolution-ch/javascript-utils/compare/1.1.0...1.2.0
109112
[1.1.0]: https://github.com/neolution-ch/javascript-utils/compare/1.0.0...1.1.0
110113
[1.0.0]: https://github.com/neolution-ch/javascript-utils/compare/0.7.0...1.0.0

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.2.0",
3+
"version": "1.2.1",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/javascript-utils",
66
"repository": {

0 commit comments

Comments
 (0)