From d05d93bcf6e66a35a418a516bcfe1394486b5c4f Mon Sep 17 00:00:00 2001 From: shellscape Date: Sat, 4 Jan 2020 10:22:26 -0500 Subject: [PATCH] chore(release): run v1.2.0 --- packages/run/CHANGELOG.md | 12 ++++++++++++ packages/run/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/run/CHANGELOG.md b/packages/run/CHANGELOG.md index 374b009e7..0c3cca61a 100644 --- a/packages/run/CHANGELOG.md +++ b/packages/run/CHANGELOG.md @@ -1,5 +1,17 @@ # @rollup/plugin-run ChangeLog +## v1.2.0 + +_2020-01-04_ + +### Features + +- feat: add typings (#115) + +### Updates + +- chore: update readme, linting (e7ff386) + ## 1.1.0 - Allow arguments and options to be passed to `child_process.fork` diff --git a/packages/run/package.json b/packages/run/package.json index b1ba4b433..06fc3c716 100644 --- a/packages/run/package.json +++ b/packages/run/package.json @@ -1,6 +1,6 @@ { "name": "@rollup/plugin-run", - "version": "1.1.0", + "version": "1.2.0", "publishConfig": { "access": "public" },