Skip to content

Commit f6d80b4

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

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/use-random-name/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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+
## 0.2.5 (2022-08-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **use-random-name:** use useMemo insteand of iife useCallback ([#906](https://github.com/scaleway/scaleway-lib/issues/906)) ([1217b30](https://github.com/scaleway/scaleway-lib/commit/1217b3069e2cca86abf80075a6ae6d30cb28de17))
12+
13+
14+
615
## 0.2.4 (2022-06-09)
716

817
**Note:** Version bump only for package @scaleway/use-random-name

packages/use-random-name/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-random-name",
3-
"version": "0.2.4",
3+
"version": "0.2.5",
44
"description": "A small react utility to generate a random name",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)