Skip to content

Commit 6109170

Browse files
authored
Merge pull request #7 from tgreyuk/release-please--branches--main--components--typedoc-plugin-inline-sources
chore(main): release 1.2.0
2 parents 26af649 + 3be6613 commit 6109170

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [1.2.0](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.1.0...v1.2.0) (2024-12-02)
6+
7+
8+
### Features
9+
10+
* convert to esm for TypeDoc 0.27 compatibility ([26af649](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/26af649041d6ce1582774684d78e3692ba5104a0))
11+
* refactored code and updated docs ([5923d61](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/5923d61721842cbe2d9fd7380ec43b751914c539))
12+
13+
14+
### Bug Fixes
15+
16+
* include typedoc 0.26 in peerDependencies range ([9ef5a3e](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/9ef5a3ef3d12483cbbca4a713704a816354bd936))
17+
* 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))
18+
* TypeDoc compatibility fixes. ([49d9d03](https://github.com/tgreyuk/typedoc-plugin-inline-sources/commit/49d9d0373450059847fb664bdb9744dc155ffccf))
19+
520
## [1.1.0](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.0.3...v1.1.0) (2024-09-12)
621

722

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedoc-plugin-inline-sources",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A plugin for TypeDoc that inlines source code into documentation.",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)