Skip to content

Commit 547682b

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 08ccc99 commit 547682b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/regex/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+
## 2.7.0 (2022-12-14)
7+
8+
### Features
9+
10+
- new regex for alphanum dash lowercase ([#1117](https://github.com/scaleway/scaleway-lib/issues/1117)) ([08ccc99](https://github.com/scaleway/scaleway-lib/commit/08ccc995bce2cb355e75d3b36fac1ba5c1d89e2c))
11+
612
## 2.6.0 (2022-11-29)
713

814
### Features

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": "2.6.0",
3+
"version": "2.7.0",
44
"description": "A small utility to use regex",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)