Skip to content

Commit e7ff99c

Browse files
author
GitHub Release Bot
committed
Release 2.1.0
1 parent 89e87c1 commit e7ff99c

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+
## [2.1.0] - 2025-09-03
11+
1012
### Added
1113

1214
- `isValidSwissIbanNumber` string utility function
@@ -170,7 +172,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
170172
- added `eslint-plugin-jsdoc` to lint jsdoc comments
171173
- `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
172174

173-
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/2.0.0...HEAD
175+
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/2.1.0...HEAD
176+
[2.1.0]: https://github.com/neolution-ch/javascript-utils/compare/2.0.0...2.1.0
174177
[2.0.0]: https://github.com/neolution-ch/javascript-utils/compare/1.5.0...2.0.0
175178
[1.5.0]: https://github.com/neolution-ch/javascript-utils/compare/1.4.0...1.5.0
176179
[1.4.0]: https://github.com/neolution-ch/javascript-utils/compare/1.3.1...1.4.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": "2.0.0",
3+
"version": "2.1.0",
44
"description": "This is a collection of utilities that we have created to help with our development process.",
55
"homepage": "https://neolution-ch.github.io/javascript-utils",
66
"repository": {

0 commit comments

Comments
 (0)