diff --git a/CHANGELOG.md b/CHANGELOG.md index 35b64c89..6d00c17a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [1.8.66](https://github.com/eladb/jsii-docgen/compare/v1.8.65...v1.8.66) (2021-03-06) + ### [1.8.65](https://github.com/eladb/jsii-docgen/compare/v1.8.64...v1.8.65) (2021-03-05) ### [1.8.64](https://github.com/eladb/jsii-docgen/compare/v1.8.63...v1.8.64) (2021-03-05) diff --git a/package.json b/package.json index 6179ef27..64f8045a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "bundledDependencies": [], "main": "lib/index.js", "license": "Apache-2.0", - "version": "1.8.65", + "version": "1.8.66", "jest": { "testMatch": [ "**/__tests__/**/*.ts?(x)", diff --git a/version.json b/version.json index 151d6239..78837c54 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.8.65" + "version": "1.8.66" }