From 6fdbd9f273866fb6079a0492570f810d1d5d3ca3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2024 19:04:55 +0000 Subject: [PATCH] chore(release): release 10.2.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 117dfa4d..1ded24f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +# [10.2.0](https://github.com/RealShadowNova/typedoc-json-parser/compare/v10.1.6...v10.2.0) - (2024-11-02) + +## 📝 Documentation + +- **VariableParser:** Update docs for generateFromTypeDoc ([9f91975](https://github.com/RealShadowNova/typedoc-json-parser/commit/9f91975b7b7e570a20aab0c8183a492229542664)) +- **TypeParameterParser:** Update docs for generateFromTypeDoc ([556a42b](https://github.com/RealShadowNova/typedoc-json-parser/commit/556a42be2d928ef8fae5cd5d389131fbb14c1429)) + +## 🚀 Features + +- **ClassParser:** Update error messages to be more specific ([e7c07ac](https://github.com/RealShadowNova/typedoc-json-parser/commit/e7c07ac6c7abbc3743766bbaa3961901aebb84e0)) + # [10.1.6](https://github.com/RealShadowNova/typedoc-json-parser/compare/v10.1.5...v10.1.6) - (2024-09-30) ## 🐛 Bug Fixes diff --git a/package.json b/package.json index b6f80e54..0b5a3637 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-json-parser", - "version": "10.1.6", + "version": "10.2.0", "description": "A package to parse TypeDoc JSON output", "author": "Hezekiah Hendry ", "license": "MIT",