diff --git a/packages/use-query-params/CHANGELOG.md b/packages/use-query-params/CHANGELOG.md index 658c14e59..725fe8db2 100644 --- a/packages/use-query-params/CHANGELOG.md +++ b/packages/use-query-params/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +### 1.2.1 (2021-05-10) + +**Note:** Version bump only for package @scaleway/use-query-params + + + + + ## [1.2.0](https://github.com/scaleway/scaleway-lib/compare/@scaleway/use-query-params@1.1.5...@scaleway/use-query-params@1.2.0) (2021-04-14) diff --git a/packages/use-query-params/package.json b/packages/use-query-params/package.json index 534dda815..6b542bf75 100644 --- a/packages/use-query-params/package.json +++ b/packages/use-query-params/package.json @@ -1,6 +1,6 @@ { "name": "@scaleway/use-query-params", - "version": "1.2.0", + "version": "1.2.1", "description": "A small hook to handle params", "keywords": [ "react",