diff --git a/packages/pectin-api/CHANGELOG.md b/packages/pectin-api/CHANGELOG.md index c313c54..b4fdb86 100644 --- a/packages/pectin-api/CHANGELOG.md +++ b/packages/pectin-api/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.0.4](https://github.com/evocateur/pectin/compare/@pectin/api@4.0.3...@pectin/api@4.0.4) (2019-10-15) + + +### Bug Fixes + +* **isUpToDate:** add ts and tsx to isUpToDate matchers ([#12](https://github.com/evocateur/pectin/issues/12)) ([6accaf8](https://github.com/evocateur/pectin/commit/6accaf82555b25047d234c2854b67536efa1d99a)) + + + + + ## [4.0.3](https://github.com/evocateur/pectin/compare/@pectin/api@4.0.2...@pectin/api@4.0.3) (2019-08-21) **Note:** Version bump only for package @pectin/api diff --git a/packages/pectin-api/package.json b/packages/pectin-api/package.json index 0c00981..6d64234 100644 --- a/packages/pectin-api/package.json +++ b/packages/pectin-api/package.json @@ -1,6 +1,6 @@ { "name": "@pectin/api", - "version": "4.0.3", + "version": "4.0.4", "description": "Conventional rollup builds for lerna monorepos", "keywords": [ "rollup", diff --git a/packages/pectin/CHANGELOG.md b/packages/pectin/CHANGELOG.md index 21e2788..b299249 100644 --- a/packages/pectin/CHANGELOG.md +++ b/packages/pectin/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.6.0](https://github.com/evocateur/pectin/compare/pectin@3.5.4...pectin@3.6.0) (2019-10-15) + + +### Features + +* **cli:** Bump rollup dependency to ^1.23.1 ([8072762](https://github.com/evocateur/pectin/commit/807276246814fe39377d61f2ea93be28e14301a7)) +* **cli:** Upgrade yargs to v14 ([f424830](https://github.com/evocateur/pectin/commit/f42483070a5a08f1893d0852d64e8d949c8c70f3)) + + + + + ## [3.5.4](https://github.com/evocateur/pectin/compare/pectin@3.5.3...pectin@3.5.4) (2019-08-21) **Note:** Version bump only for package pectin diff --git a/packages/pectin/package.json b/packages/pectin/package.json index 47ddace..75b6e4a 100644 --- a/packages/pectin/package.json +++ b/packages/pectin/package.json @@ -1,6 +1,6 @@ { "name": "pectin", - "version": "3.5.4", + "version": "3.6.0", "description": "Lightweight CLI for running convention-based rollup builds in lerna monorepos", "keywords": [ "rollup",