Skip to content

Commit

Permalink
release: Release version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MorevM committed Jan 8, 2024
1 parent ba22a31 commit 3ba33e6
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.3.0](https://github.com/MorevM/utils/compare/v3.2.0...v3.3.0) (2024-01-08)


### Features

* **guards:** Add `isPlainObject` utility ([6e1c4ab](https://github.com/MorevM/utils/commit/6e1c4ab7c8a65bd7f910c7ec1e012cbe754fa98f))
* **urls:** Add `queryStringify` utility ([ba22a31](https://github.com/MorevM/utils/commit/ba22a311a4c5567e58fe7533bd9db73f1ef86360))

## [3.2.0](https://github.com/MorevM/utils/compare/v3.1.0...v3.2.0) (2024-01-08)


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.2.0",
"version": "3.3.0",
"private": false,
"license": "MIT",
"publishConfig": {
Expand Down

0 comments on commit 3ba33e6

Please sign in to comment.