diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7b8b1..2dfb0f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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 + +- support TypeDoc 0.28 ([db4286f](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/db4286fbc94c1948d1f319bbed2c9532b94e4460)) + ## [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",