Skip to content

Commit f00781d

Browse files
committed
chore: Release v2.0.0
1 parent 8f9aaa7 commit f00781d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/prisma/serverless-plugin-typescript/compare/v1.2.0...v2.0.0) (2021-09-01)
6+
7+
### ⚠ BREAKING CHANGES
8+
9+
* Serverless Framework v2 or later is required (dropped support for v1)
10+
* Node.js version 10 or later is required (dropped support for v6 and v8)
11+
12+
### Maintanace Improvements
13+
14+
* Drop support for Node.js v8 ([3d190a2](https://github.com/serverless/serverless-plugin-typescript/commit/3d190a221ee6937538a71c57c3da9c7d50f67a6c))
15+
* Drop support for v1 version of `serverless` ([a98974d](https://github.com/serverless/serverless-plugin-typescript/commit/a98974d048d835f1c515c0887bd147543dda020b))
16+
* Upgrade `globby` to v10 ([31394f7](https://github.com/serverless/serverless-plugin-typescript/commit/31394f74ef84a9adb4e4fc86924652c799cf04e7))
17+
518
## [1.2.0](https://github.com/prisma/serverless-plugin-typescript/compare/v1.1.9...v0.0.0) (2021-08-23)
619

720
### Features

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-plugin-typescript",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"license": "MIT",
55
"main": "dist/src/index.js",
66
"files": [

0 commit comments

Comments
 (0)