From f00781d7fe8af4e3d9158809ce31cb9129c77bf0 Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 1 Sep 2021 18:04:20 +0200 Subject: [PATCH] chore: Release v2.0.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 338af0cf..3c45eda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.0.0](https://github.com/prisma/serverless-plugin-typescript/compare/v1.2.0...v2.0.0) (2021-09-01) + +### ⚠ BREAKING CHANGES + +* Serverless Framework v2 or later is required (dropped support for v1) +* Node.js version 10 or later is required (dropped support for v6 and v8) + +### Maintanace Improvements + +* Drop support for Node.js v8 ([3d190a2](https://github.com/serverless/serverless-plugin-typescript/commit/3d190a221ee6937538a71c57c3da9c7d50f67a6c)) +* Drop support for v1 version of `serverless` ([a98974d](https://github.com/serverless/serverless-plugin-typescript/commit/a98974d048d835f1c515c0887bd147543dda020b)) +* Upgrade `globby` to v10 ([31394f7](https://github.com/serverless/serverless-plugin-typescript/commit/31394f74ef84a9adb4e4fc86924652c799cf04e7)) + ## [1.2.0](https://github.com/prisma/serverless-plugin-typescript/compare/v1.1.9...v0.0.0) (2021-08-23) ### Features diff --git a/package.json b/package.json index d5ddecbe..d68c9009 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless-plugin-typescript", - "version": "1.2.0", + "version": "2.0.0", "license": "MIT", "main": "dist/src/index.js", "files": [