Skip to content

Commit 5e7319b

Browse files
author
GitHub Release Bot
committed
Release 0.3.0
1 parent 8054aff commit 5e7319b

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+
## [0.3.0] - 2024-01-15
11+
1012
- added `isNullOrEmpty`, `isNullOrWhitespace` and `capitalize` utility functions
1113

1214
## [0.2.0] - 2024-01-11
@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
- added `eslint-plugin-jsdoc` to lint jsdoc comments
3335
- `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
3436

35-
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.2.0...HEAD
37+
[unreleased]: https://github.com/neolution-ch/javascript-utils/compare/0.3.0...HEAD
38+
[0.3.0]: https://github.com/neolution-ch/javascript-utils/compare/0.2.0...0.3.0
3639
[0.2.0]: https://github.com/neolution-ch/javascript-utils/compare/0.1.1...0.2.0
3740
[0.1.1]: https://github.com/neolution-ch/javascript-utils/compare/0.1.0...0.1.1
3841
[0.1.0]: https://github.com/neolution-ch/javascript-utils/releases/tag/0.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": "0.2.0",
3+
"version": "0.3.0",
44
"description": "todo @drebrez",
55
"homepage": "https://neolution-ch.github.io/javascript-utils",
66
"repository": {

0 commit comments

Comments
 (0)