Skip to content

Commit c6ba3d6

Browse files
author
GitHub Release Bot
committed
Release 1.2.2
1 parent 5393ba0 commit c6ba3d6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

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.2] - 2025-04-04
11+
1012
### Changed
1113

1214
- Split up `CI` workflow into two separate workflows for the comment posting to work for PRs from forks.
@@ -114,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
114116
- added `eslint-plugin-jsdoc` to lint jsdoc comments
115117
- `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
116118

117-
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.2.1...HEAD
119+
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/1.2.2...HEAD
120+
[1.2.2]: https://github.com/neolution-ch/javascript-utils/compare/1.2.1...1.2.2
118121
[1.2.1]: https://github.com/neolution-ch/javascript-utils/compare/1.2.0...1.2.1
119122
[1.2.0]: https://github.com/neolution-ch/javascript-utils/compare/1.1.0...1.2.0
120123
[1.1.0]: https://github.com/neolution-ch/javascript-utils/compare/1.0.0...1.1.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.1",
3+
"version": "1.2.2",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/javascript-utils",
66
"repository": {

0 commit comments

Comments
 (0)