Skip to content

Commit

Permalink
Merge pull request #7 from tgreyuk/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--typedoc-plugin-inline-sources

chore(main): release 1.2.0
  • Loading branch information
tgreyuk authored Dec 2, 2024
2 parents 26af649 + 3be6613 commit 6109170
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.2.0](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.1.0...v1.2.0) (2024-12-02)


### 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 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))

## [1.1.0](https://github.com/tgreyuk/typedoc-plugin-inline-sources/compare/v1.0.3...v1.1.0) (2024-09-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typedoc-plugin-inline-sources",
"version": "1.1.0",
"version": "1.2.0",
"description": "A plugin for TypeDoc that inlines source code into documentation.",
"main": "dist/index.js",
"type": "module",
Expand Down

0 comments on commit 6109170

Please sign in to comment.