Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 23, 2021
1 parent 332eb53 commit bc37273
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 1.3.2 - 2021-09-23

#### 🐞 Fixes

- Fix CJS/ESM import interop issues. ([332eb53](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/332eb53))

#### 📦 Dependencies

- Update to latest. ([914003d](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/914003d))

**Note:** Version bump only for package docusaurus-plugin-typedoc-api





### 1.3.1 - 2021-09-13

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusaurus-plugin-typedoc-api",
"version": "1.3.1",
"version": "1.3.2",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down

0 comments on commit bc37273

Please sign in to comment.