Skip to content

Commit 4ba6f6e

Browse files
author
AutoCloud Deploy Bot
committed
1 parent 3e61e1d commit 4ba6f6e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [0.18.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.17.0...0.18.0) (2022-03-22)
2+
3+
4+
### Features
5+
6+
* Included matchAll for regex operators ([6ff42ca](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/6ff42cab1e511f7948648642ca4bd350c4207dde))
7+
* Included matchAny for regex operators ([b22971c](https://gitlab.com/auto-cloud/cloudgraph/sdk/commit/b22971c1425a24d41ce15f9f8f2cf9a0fddf7726))
8+
19
# [0.17.0](https://gitlab.com/auto-cloud/cloudgraph/sdk/compare/0.16.0...0.17.0) (2022-03-18)
210

311

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cloudgraph/sdk",
3-
"version": "0.17.0",
3+
"version": "0.18.0",
44
"description": "SDK for cloud graph providers and cli",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
@@ -37,7 +37,7 @@
3737
"@autocloud/eslint-config": "^0.1.0",
3838
"@semantic-release/changelog": "^6.0.1",
3939
"@semantic-release/git": "^10.0.1",
40-
"@semantic-release/gitlab": "^7.0.4",
40+
"@semantic-release/gitlab": "^8.0.0",
4141
"@semantic-release/npm": "^7.1.3",
4242
"@types/jest": "^26.0.24",
4343
"@types/node": "^16.4.12",

0 commit comments

Comments
 (0)