Skip to content

Commit be5038c

Browse files
chore: release (#2534)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 91acf46 commit be5038c

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.changeset/famous-foxes-juggle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/nice-worms-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/regex/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## 5.3.1
4+
5+
### Patch Changes
6+
7+
- [#2533](https://github.com/scaleway/scaleway-lib/pull/2533) [`8b076aa`](https://github.com/scaleway/scaleway-lib/commit/8b076aa0e1b603401b680c0282b0cc9248c6fe30) Thanks [@MathildeJolly](https://github.com/MathildeJolly)! - feat(regex): add regex for password
8+
9+
- [#2536](https://github.com/scaleway/scaleway-lib/pull/2536) [`91acf46`](https://github.com/scaleway/scaleway-lib/commit/91acf4694a876ef816f1e078320dfa966b8a031f) Thanks [@MathildeJolly](https://github.com/MathildeJolly)! - fix(regex): exclude @ as first letter for password regex
10+
311
## 5.3.0
412

513
### Minor Changes

packages/regex/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/regex",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"engines": {

0 commit comments

Comments
 (0)