From e66fd64fea9afb72b0377c6dffc3b82946ba0351 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Mon, 23 Aug 2021 14:12:17 +0200 Subject: [PATCH] chore: Release v1.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..338af0cf --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +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. + +## [1.2.0](https://github.com/prisma/serverless-plugin-typescript/compare/v1.1.9...v0.0.0) (2021-08-23) + +### Features + +* Recognize `package.patterns` ([#243](https://github.com/serverless/serverless-plugin-typescript/pull/243)) ([378c4f6](https://github.com/prisma/serverless-plugin-typescript/commit/378c4f6ce0711b6bdd5f4aae7eb571669f8e31a9)) ([Mariusz Nowak](https://github.com/medikoo)) diff --git a/package.json b/package.json index c7ef1cd8..08be1edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-typescript", - "version": "0.0.0-semantic-release", + "version": "1.2.0", "license": "MIT", "main": "dist/src/index.js", "files": [