From 440a2c81d11f14a107eae6489597c989ce63a6bd Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Tue, 8 Oct 2024 18:34:15 +0100 Subject: [PATCH] chore: Bump version to 0.9.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2cae5b9..348d255 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "engines": { "node": ">=4.0" }, - "version": "0.9.0", + "version": "0.9.1", "description": "A Serverless plugin to implement canary deployment of Lambda functions", "main": "serverless-plugin-canary-deployments.js", "scripts": { @@ -63,4 +63,4 @@ "afterEach" ] } -} \ No newline at end of file +}