Skip to content

Commit

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

## 1.3.0 - 2021-09-08

#### 🚀 Updates

- Add support for polyrepos. (#5) ([e335e31](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/e335e31)), closes [#5](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/5)

#### 🐞 Fixes

- Update icons to be inline block. ([116cf41](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/116cf41))

#### 📦 Dependencies

- Update requirement to beta.6. ([490a4db](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/490a4db))

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





### 1.2.1 - 2021-09-01

#### 🐞 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.2.1",
"version": "1.3.0",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down
16 changes: 16 additions & 0 deletions website/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.

## 0.1.0 - 2021-09-08

#### 🚀 Updates

- Add support for polyrepos. (#5) ([e335e31](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/e335e31)), closes [#5](https://github.com/milesj/docusaurus-plugin-typedoc-api/issues/5)

#### 📦 Dependencies

- Update requirement to beta.6. ([490a4db](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/490a4db))

**Note:** Version bump only for package website





### 0.0.7 - 2021-08-22

#### 🐞 Fixes
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.0.7",
"version": "0.1.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 70d8f53

Please sign in to comment.