Skip to content

Commit

Permalink
chore: Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Sep 1, 2021
1 parent 8f9aaa7 commit f00781d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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": [
Expand Down

0 comments on commit f00781d

Please sign in to comment.