diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fac81a..7d5ea5e 100644 --- a/CHANGELOG.md +++ b/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. +# [1.0.0-alpha.101](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.100...v1.0.0-alpha.101) (2023-09-22) + +### Bug Fixes + +- fix exceptional cases with docusaurus-fathom ([91d60ae](https://github.com/acid-info/logos-docusaurus-plugins/commit/91d60aed3ae0bf7365b692d39ebd16d0e5deee61)) + +### Features + +- add disable prop to docusaurus-fathom ([096ddcf](https://github.com/acid-info/logos-docusaurus-plugins/commit/096ddcf54d446c8dab31b5a662711be90a80ecc9)) +- add valid hostnames to dcosaurus-fathom ([88f9158](https://github.com/acid-info/logos-docusaurus-plugins/commit/88f91589fb10981547d322347deb87c4cfda6a6e)) + # [1.0.0-alpha.100](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.99...v1.0.0-alpha.100) (2023-09-20) ### Features diff --git a/lerna.json b/lerna.json index 1a730c4..292968a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.0.0-alpha.100", + "version": "1.0.0-alpha.101", "npmClient": "yarn", "useWorkspaces": true, "$schema": "node_modules/lerna/schemas/lerna-schema.json" diff --git a/packages/docusaurus-fathom/CHANGELOG.md b/packages/docusaurus-fathom/CHANGELOG.md index d3dec15..ee60da5 100644 --- a/packages/docusaurus-fathom/CHANGELOG.md +++ b/packages/docusaurus-fathom/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. +# [1.0.0-alpha.101](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.100...v1.0.0-alpha.101) (2023-09-22) + +### Bug Fixes + +- fix exceptional cases with docusaurus-fathom ([91d60ae](https://github.com/acid-info/logos-docusaurus-plugins/commit/91d60aed3ae0bf7365b692d39ebd16d0e5deee61)) + +### Features + +- add disable prop to docusaurus-fathom ([096ddcf](https://github.com/acid-info/logos-docusaurus-plugins/commit/096ddcf54d446c8dab31b5a662711be90a80ecc9)) +- add valid hostnames to dcosaurus-fathom ([88f9158](https://github.com/acid-info/logos-docusaurus-plugins/commit/88f91589fb10981547d322347deb87c4cfda6a6e)) + # [1.0.0-alpha.61](https://github.com/acid-info/logos-docusaurus-plugins/compare/v1.0.0-alpha.60...v1.0.0-alpha.61) (2023-06-28) ### Bug Fixes diff --git a/packages/docusaurus-fathom/package.json b/packages/docusaurus-fathom/package.json index 24be5e7..59fedc3 100644 --- a/packages/docusaurus-fathom/package.json +++ b/packages/docusaurus-fathom/package.json @@ -1,6 +1,6 @@ { "name": "@acid-info/docusaurus-fathom", - "version": "1.0.0-alpha.61", + "version": "1.0.0-alpha.101", "description": "Docusaurus fathom plugin", "main": "lib/index.js", "types": "src/plugin.d.ts",