From 3ddc7126e1692e3fe3e0a290d56e4eecb0afb850 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 16:30:19 +0000 Subject: [PATCH 1/2] chore(main): release 1.3.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7b8b1..79b6b33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.3.0](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.2.0...v1.3.0) (2025-02-23) + + +### Features + +* convert to esm for TypeDoc 0.27 compatibility ([26af649](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/26af649041d6ce1582774684d78e3692ba5104a0)) +* refactored code and updated docs ([5923d61](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/5923d61721842cbe2d9fd7380ec43b751914c539)) + + +### Bug Fixes + +* include sources for method declarations ([cf79b97](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/cf79b97e2d331da5f247c1c3c64067e2a288c6d6)) +* include typedoc 0.26 in peerDependencies range ([9ef5a3e](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/9ef5a3ef3d12483cbbca4a713704a816354bd936)) +* TypDoc 0.22 compatibility fix ([#1](https://github.com/tgreyuk/typedoc-plugin-inline-sources/issues/1)) ([7fa3fc4](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/7fa3fc4f52ade0851d7eb7ffa8ebe4863dd99242)) +* TypeDoc compatibility fixes. ([49d9d03](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/49d9d0373450059847fb664bdb9744dc155ffccf)) +* update version ([16c6c91](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/16c6c915bfcef170f7a22b1fcc1f439f68643dd2)) +* updated version ([c19f05a](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/c19f05ab262c81ad7113f4a0d00b77cb35018b3c)) + ## [1.2.1](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.1.0...v1.2.0) (2025-02-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 0acc73a..aaaedb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typedoc-plugin-inline-sources", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typedoc-plugin-inline-sources", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.21.0", diff --git a/package.json b/package.json index cabfebf..dd42200 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-inline-sources", - "version": "1.2.1", + "version": "1.3.0", "description": "A plugin for TypeDoc that inlines source code into documentation.", "main": "dist/index.js", "type": "module", From 31b51ac503d55eeadc813dd3af1919d1fcb00a12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Apr 2025 08:35:00 +0000 Subject: [PATCH 2/2] chore(main): release 1.3.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7b8b1..dddccee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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.3.0](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.2.0...v1.3.0) (2025-04-11) + + +### Features + +* convert to esm for TypeDoc 0.27 compatibility ([26af649](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/26af649041d6ce1582774684d78e3692ba5104a0)) +* refactored code and updated docs ([5923d61](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/5923d61721842cbe2d9fd7380ec43b751914c539)) +* support TypeDoc 0.28 ([db4286f](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/db4286fbc94c1948d1f319bbed2c9532b94e4460)) + + +### Bug Fixes + +* include sources for method declarations ([cf79b97](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/cf79b97e2d331da5f247c1c3c64067e2a288c6d6)) +* include typedoc 0.26 in peerDependencies range ([9ef5a3e](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/9ef5a3ef3d12483cbbca4a713704a816354bd936)) +* TypDoc 0.22 compatibility fix ([#1](https://github.com/tgreyuk/typedoc-plugin-inline-sources/issues/1)) ([7fa3fc4](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/7fa3fc4f52ade0851d7eb7ffa8ebe4863dd99242)) +* TypeDoc compatibility fixes. ([49d9d03](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/49d9d0373450059847fb664bdb9744dc155ffccf)) +* update version ([16c6c91](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/16c6c915bfcef170f7a22b1fcc1f439f68643dd2)) +* updated version ([c19f05a](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/c19f05ab262c81ad7113f4a0d00b77cb35018b3c)) + ## [1.2.1](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.1.0...v1.2.0) (2025-02-23) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 26f6066..821974c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "typedoc-plugin-inline-sources", - "version": "1.2.1", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "typedoc-plugin-inline-sources", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "devDependencies": { "@eslint/js": "^9.24.0", diff --git a/package.json b/package.json index 7edcc07..415637c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "typedoc-plugin-inline-sources", - "version": "1.2.1", + "version": "1.3.0", "description": "A plugin for TypeDoc that inlines source code into documentation.", "main": "dist/index.js", "type": "module",