Skip to content

Commit c1e902d

Browse files
authored
chore: bump to 0.5.1 to prepare release (#327)
1 parent dca4f5b commit c1e902d

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 0.5.1
4+
5+
### Fixed
6+
7+
- Deploying triggers no longer lead to an HTTP 409 "transient state" error
8+
- Do not run into an `undefined` error if the container ends up in a failed state after a deployment
9+
310
## 0.5.0
411

512
### Added

package-lock.json

Lines changed: 7 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.5.0",
3+
"version": "0.5.1",
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.5.0";
4+
const version = "0.5.1";
55

66
const invalidArgumentsType = "invalid_arguments";
77

0 commit comments

Comments
 (0)