diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fb357a..3157b80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21) + +- **okidoc-md:** fix the error on parsing of on generic constraints and conditional types in Typescript ([c2d3b00](https://github.com/wix/okidoc/commit/c2d3b000e2d0d1198a15bf2d6f59f74f9383da71)) + # [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05) ### Features diff --git a/lerna.json b/lerna.json index 2d98b5c..cd87c1b 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ "message": "chore(release): publish %s" } }, - "version": "2.0.0" + "version": "2.0.1" } diff --git a/packages/okidoc-md/CHANGELOG.md b/packages/okidoc-md/CHANGELOG.md index 7d8288b..2330d29 100644 --- a/packages/okidoc-md/CHANGELOG.md +++ b/packages/okidoc-md/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21) + +- **okidoc-md:** fix the error on parsing of on generic constraints and conditional types in Typescript ([c2d3b00](https://github.com/wix/okidoc/commit/c2d3b000e2d0d1198a15bf2d6f59f74f9383da71)) + # [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05) **Note:** Version bump only for package okidoc-md diff --git a/packages/okidoc-md/package.json b/packages/okidoc-md/package.json index 860a2c8..9a067fc 100644 --- a/packages/okidoc-md/package.json +++ b/packages/okidoc-md/package.json @@ -1,6 +1,6 @@ { "name": "okidoc-md", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://wix.github.io/okidoc", "license": "MIT", "files": [ diff --git a/packages/okidoc-site/CHANGELOG.md b/packages/okidoc-site/CHANGELOG.md index 21d81a9..f6a5f02 100644 --- a/packages/okidoc-site/CHANGELOG.md +++ b/packages/okidoc-site/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21) + +**Note:** Version bump only for package okidoc-site + # [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05) ### Features diff --git a/packages/okidoc-site/package.json b/packages/okidoc-site/package.json index 1a704b4..6028579 100644 --- a/packages/okidoc-site/package.json +++ b/packages/okidoc-site/package.json @@ -1,6 +1,6 @@ { "name": "okidoc-site", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://wix.github.io/okidoc", "license": "MIT", "files": [ diff --git a/packages/okidoc/CHANGELOG.md b/packages/okidoc/CHANGELOG.md index 938f5bc..83a8b80 100644 --- a/packages/okidoc/CHANGELOG.md +++ b/packages/okidoc/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.0.1](https://github.com/wix/okidoc/compare/v2.0.0...v2.0.1) (2020-09-21) + +**Note:** Version bump only for package okidoc + # [2.0.0](https://github.com/wix/okidoc/compare/v2.0.0-beta.11...v2.0.0) (2019-12-05) ### BREAKING CHANGES diff --git a/packages/okidoc/package.json b/packages/okidoc/package.json index 0cd58a9..d66a7a7 100644 --- a/packages/okidoc/package.json +++ b/packages/okidoc/package.json @@ -1,12 +1,12 @@ { "name": "okidoc", - "version": "2.0.0", + "version": "2.0.1", "homepage": "https://wix.github.io/okidoc", "license": "MIT", "repository": "https://github.com/wix/okidoc", "dependencies": { - "okidoc-md": "^2.0.0", - "okidoc-site": "^2.0.0" + "okidoc-md": "^2.0.1", + "okidoc-site": "^2.0.1" }, "publishConfig": { "registry": "https://registry.npmjs.org/"