We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a67e2e6 commit 52df9ebCopy full SHA for 52df9eb
packages/regex/CHANGELOG.md
@@ -3,6 +3,15 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+### 1.4.1 (2021-04-15)
7
+
8
9
+### Bug Fixes
10
11
+* add hexa regex ([#130](https://github.com/scaleway/scaleway-lib/issues/130)) ([a67e2e6](https://github.com/scaleway/scaleway-lib/commit/a67e2e65db928816bfa745bcf6f9631811e7640d))
12
13
14
15
# 1.4.0 (2021-03-12)
16
17
packages/regex/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@scaleway/regex",
- "version": "1.4.0",
+ "version": "1.4.1",
"description": "A small utility to use regex",
"main": "dist/index.js",
"module": "dist/module.js",
0 commit comments