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 f7c0dda commit ba1af6bCopy full SHA for ba1af6b
packages/regex/CHANGELOG.md
@@ -3,6 +3,12 @@
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
+## 2.8.0 (2022-12-20)
7
+
8
+### Features
9
10
+- **regex:** add alphanumdashunderscoredotsparenthesis regex ([#1126](https://github.com/scaleway/scaleway-lib/issues/1126)) ([f7c0dda](https://github.com/scaleway/scaleway-lib/commit/f7c0ddab694e02d443c9c1c3fae788be4c1bd5b1))
11
12
## 2.7.0 (2022-12-14)
13
14
### Features
packages/regex/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@scaleway/regex",
- "version": "2.7.0",
+ "version": "2.8.0",
"description": "A small utility to use regex",
"type": "module",
"main": "dist/index.js",
0 commit comments