From e024df58dfaf48d822a1861a2c4f2a1f0e9223d7 Mon Sep 17 00:00:00 2001 From: Kim Gustyr Date: Wed, 9 Oct 2024 09:53:38 +0100 Subject: [PATCH] chore: Bump version to 0.9.1 (#35) --- 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 +}