Skip to content

Commit 0f5754c

Browse files
committed
chore(release): publish
- @scaleway/[email protected]
1 parent 294b256 commit 0f5754c

File tree

3 files changed

+6237
-2247
lines changed

3 files changed

+6237
-2247
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Change Log
2+
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.1.0 (2022-10-27)
7+
8+
### Features
9+
10+
- **validate-icu:** add a cli to validates icu locales files ([#1046](https://github.com/scaleway/scaleway-lib/issues/1046)) ([fad30a2](https://github.com/scaleway/scaleway-lib/commit/fad30a22e76dbc7614544da373cb7856113b4d38))
11+
12+
### Bug Fixes
13+
14+
- **deps:** pin dependencies ([#1056](https://github.com/scaleway/scaleway-lib/issues/1056)) ([39bbad0](https://github.com/scaleway/scaleway-lib/commit/39bbad0917edae566272231b7a25facd27066be0))

packages/validate-icu-locales/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scaleway/validate-icu-locales",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A small cli to handle icu errors on locales files",
55
"keywords": [
66
"icu",
@@ -10,7 +10,7 @@
1010
"type": "module",
1111
"bin": {
1212
"validate-icu": "dist/index.js"
13-
},
13+
},
1414
"publishConfig": {
1515
"access": "public"
1616
},

0 commit comments

Comments
 (0)