From 1c9418a20af68e1c623cd3c36fc4b3d4873ead73 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 3 Oct 2022 17:45:42 +0200 Subject: [PATCH] chore: Release v2.1.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f6b0e9..746d332d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [2.1.3](https://github.com/serverless/serverless-plugin-typescript/compare/v2.1.2...v2.1.3) (2022-10-03) + +### Bug Fixes + +* Do not attempt to process non nodejs functions ([#277](https://github.com/serverless/serverless-plugin-typescript/issues/277)) ([ba2754b](https://github.com/serverless/serverless-plugin-typescript/commit/ba2754bfb704dc66aba3effb9e838821c4c7b1b8)) ([Spencer von der Ohe](https://github.com/sazzy4o)) + ### [2.1.2](https://github.com/serverless/serverless-plugin-typescript/compare/v2.1.1...v2.1.2) (2022-04-04) ### Bug Fixes diff --git a/package.json b/package.json index 497a3158..1ff21946 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-typescript", - "version": "2.1.2", + "version": "2.1.3", "license": "MIT", "main": "dist/src/index.js", "files": [