Skip to content

Commit

Permalink
release: Release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Jan 2, 2024
1 parent 6672631 commit f4ba17e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## [3.1.0](https://github.com/MorevM/utils/compare/v3.0.1...v3.1.0) (2024-01-02)


### Features

* **functions:** Add `safeJsonParse` utility ([6672631](https://github.com/MorevM/utils/commit/6672631b14840d306393a4016ca0fb212afa6dad))
* **guards:** Add `isSessionStorageAvailable` and `isLocalStorageAvailable` utilities ([da6e18d](https://github.com/MorevM/utils/commit/da6e18d27d7de760f75eb8e91ecd19d2b074dd07))

## [3.0.1](https://github.com/MorevM/utils/compare/v3.0.0...v3.0.1) (2024-01-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@morev/utils",
"description": "Collection of JavaScript / TypeScript utilities",
"type": "module",
"version": "3.0.1",
"version": "3.1.0",
"private": false,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit f4ba17e

Please sign in to comment.