diff --git a/.changeset/pre.json b/.changeset/pre.json index 5b1fdabd..78085eb6 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -18,14 +18,21 @@ "calm-buckets-brake", "cool-seas-breathe", "early-dodos-cough", + "famous-dingos-rescue", "fast-steaks-approve", "four-cougars-draw", "four-lamps-decide", "giant-falcons-breathe", "good-gorillas-exercise", + "gorgeous-files-decide", "great-worms-sniff", + "mighty-houses-admire", "moody-guests-fry", + "smooth-days-shop", + "tall-buttons-give", "tall-mangos-ring", - "tasty-vans-explode" + "tasty-grapes-smile", + "tasty-vans-explode", + "twenty-colts-hide" ] } diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 1970fbc1..75ef62ed 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,27 @@ # vocs +## 1.0.0-alpha.11 + +### Major Changes + +- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - **Breaking:** Renamed `twoslash.defaultCompilerOptions` to `twoslash.compilerOptions` in the Vocs config. + +### Minor Changes + +- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - Updated Shikiji to `0.10.0-beta.1`. + +- [`db95f75`](https://github.com/wevm/vocs/commit/db95f75710c2d027e25ff8c068455a11a5e4d8ec) Thanks [@jxom](https://github.com/jxom)! - Added `banner` property to the Vocs config. + +### Patch Changes + +- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - Decreased code block font size to 14px. + +- [`15b4ac9`](https://github.com/wevm/vocs/commit/15b4ac9892c7d351d841b1b6776d0cc78f0c9026) Thanks [@jxom](https://github.com/jxom)! - Added JSDoc to Twoslash snippets. + +- [`738864d`](https://github.com/wevm/vocs/commit/738864df5304e68827b9d9af2ccc4502d4ace74a) Thanks [@jxom](https://github.com/jxom)! - Fixed Twoslash leaking into clipboard. + +- [`0f10595`](https://github.com/wevm/vocs/commit/0f105951bb40547077dba0c3d693b24775803813) Thanks [@jxom](https://github.com/jxom)! - Added external link arrow. + ## 1.0.0-alpha.10 ### Patch Changes diff --git a/src/cli/version.ts b/src/cli/version.ts index 7f93fd66..c1719b98 100644 --- a/src/cli/version.ts +++ b/src/cli/version.ts @@ -1 +1 @@ -export const version = '1.0.0-alpha.9' +export const version = '1.0.0-alpha.11' diff --git a/src/package.json b/src/package.json index 9fddd426..323d1c3e 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "vocs", "description": "React Documentation Generator, powered by Vite.", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "type": "module", "bin": { "vocs": "./_lib/cli/index.js"