Skip to content

Commit dc04b39

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

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

packages/regex/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
# 1.4.0 (2021-03-12)
7+
8+
9+
### Features
10+
11+
* add mac address regex ([#67](https://github.com/scaleway/scaleway-lib/issues/67)) ([a4d8c83](https://github.com/scaleway/scaleway-lib/commit/a4d8c8300f1d8503ca0f8bbfbb8a4595fc24123c))
12+
13+
14+
15+
16+
617
## [1.3.1](https://github.com/scaleway/scaleway-lib/compare/@scaleway/[email protected]...@scaleway/[email protected]) (2021-02-15)
718

819
**Note:** Version bump only for package @scaleway/regex

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

0 commit comments

Comments
 (0)