diff --git a/packages/bin/CHANGELOG.md b/packages/bin/CHANGELOG.md index 14a2b60..5917bfa 100644 --- a/packages/bin/CHANGELOG.md +++ b/packages/bin/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. +## [0.3.4](https://github.com/rx-ts/types/compare/@d-ts/bin@0.3.3...@d-ts/bin@0.3.4) (2020-01-27) + + +### Bug Fixes + +* **core:** try both possible link error ([50cffba](https://github.com/rx-ts/types/commit/50cffba3a6b29ca0913e0922e7f3b80759dd7a30)) + + + + + ## [0.3.3](https://github.com/rx-ts/types/compare/@d-ts/bin@0.3.2...@d-ts/bin@0.3.3) (2019-10-30) diff --git a/packages/bin/package.json b/packages/bin/package.json index 4962f4b..0ba0a24 100644 --- a/packages/bin/package.json +++ b/packages/bin/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/bin", - "version": "0.3.3", + "version": "0.3.4", "description": "Link @d-ts packages to @types automatically", "repository": "git+https://github.com/rx-ts/types.git", "homepage": "https://github.com/rx-ts/types/tree/master/packages/bin", diff --git a/packages/rollup-plugins/CHANGELOG.md b/packages/rollup-plugins/CHANGELOG.md index f2bf6e8..448e3d6 100644 --- a/packages/rollup-plugins/CHANGELOG.md +++ b/packages/rollup-plugins/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. +# [0.2.0](https://github.com/rx-ts/types/compare/@d-ts/rollup-plugins@0.1.0...@d-ts/rollup-plugins@0.2.0) (2020-01-27) + + +### Features + +* **rollup-plugins:** remove unnecessary rollup-plugin-copy definition ([f23aac3](https://github.com/rx-ts/types/commit/f23aac3be75167f3fd28f60a947b116b1aa342dd)) + + + + + # 0.1.0 (2019-11-03) diff --git a/packages/rollup-plugins/package.json b/packages/rollup-plugins/package.json index 591c9b6..92f3302 100644 --- a/packages/rollup-plugins/package.json +++ b/packages/rollup-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/rollup-plugins", - "version": "0.1.0", + "version": "0.2.0", "description": "Additional rollup and related plugins TypeScript Type Definitions", "repository": "git+https://github.com/rx-ts/types.git", "homepage": "https://github.com/rx-ts/types/tree/master/packages/rollup-plugins",