Skip to content

Commit a417869

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent bd246f8 commit a417869

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/use-storage/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2022-12-27)
7+
8+
### Bug Fixes
9+
10+
- **use-storage:** accept falsy values ([bd246f8](https://github.com/scaleway/scaleway-lib/commit/bd246f8d48b9186a968f66026ea867df6a72ead4))
11+
612
## 1.1.0 (2022-12-27)
713

814
### Features

packages/use-storage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/use-storage",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A React hook to interact with local/session storage in reactive way",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)