Skip to content

Commit d4ecf54

Browse files
authored
chore: bump version to 0.4.17 (#304)
Co-authored-by: RemyMach
1 parent 1f23f82 commit d4ecf54

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.17
4+
5+
### Added
6+
7+
- Added support for `private_network_id` #303
8+
39
## 0.4.16
410

511
### Fixed

examples/go/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-scaleway-functions",
3-
"version": "0.4.16",
3+
"version": "0.4.17",
44
"description": "Provider plugin for the Serverless Framework v3.x which adds support for Scaleway Functions.",
55
"main": "index.js",
66
"author": "scaleway.com",

shared/api/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const axios = require("axios");
22
const https = require("https");
33

4-
const version = "0.4.16";
4+
const version = "0.4.17";
55

66
const invalidArgumentsType = "invalid_arguments";
77

0 commit comments

Comments
 (0)