diff --git a/packages/bin/CHANGELOG.md b/packages/bin/CHANGELOG.md index 9ff018c..bcf35f5 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.0](https://github.com/rx-ts/types/compare/@d-ts/bin@0.1.2...@d-ts/bin@0.3.0) (2019-10-29) + + +### Features + +* **core:** add styles and html/pug definitions ([a5bf8b7](https://github.com/rx-ts/types/commit/a5bf8b7fabcfde59372a68ade0944036b17e526a)) + + + + + # [0.2.0](https://github.com/rx-ts/types/compare/@d-ts/bin@0.1.2...@d-ts/bin@0.2.0) (2019-10-29) diff --git a/packages/bin/package.json b/packages/bin/package.json index 52ce34d..64b9862 100644 --- a/packages/bin/package.json +++ b/packages/bin/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/bin", - "version": "0.2.0", + "version": "0.3.0", "description": "Link @d-ts packages to @types automatically", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 348b8b9..6cf80ae 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.5.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.3.2...@d-ts/core@0.5.0) (2019-10-29) + + +### Features + +* **core:** add styles and html/pug definitions ([a5bf8b7](https://github.com/rx-ts/types/commit/a5bf8b7fabcfde59372a68ade0944036b17e526a)) + + + + + # [0.4.0](https://github.com/rx-ts/types/compare/@d-ts/core@0.3.2...@d-ts/core@0.4.0) (2019-10-29) diff --git a/packages/core/package.json b/packages/core/package.json index f640326..00f8131 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@d-ts/core", - "version": "0.4.0", + "version": "0.5.0", "description": "Core/Global TypeScript Type Definitions", "repository": { "type": "git",