Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 16, 2021
1 parent 5637805 commit f5e9bd6
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 2 deletions.
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.5.0 - 2021-10-16

#### 🚀 Updates

- Add options to customize package.json and readme file names. ([1c2fd4b](https://github.com/milesj/docusaurus-plugin-typedoc-api/commit/1c2fd4b))

#### 📦 Dependencies

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

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





## 1.4.0 - 2021-10-11

#### 🚀 Updates
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.4.0",
"version": "1.5.0",
"description": "Docusaurus plugin that provides source code API documentation powered by TypeDoc. ",
"keywords": [
"docusaurus",
Expand Down
12 changes: 12 additions & 0 deletions website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### 0.1.1 - 2021-10-16

#### 📦 Dependencies

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

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





## 0.1.0 - 2021-09-08

#### 🚀 Updates
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.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit f5e9bd6

Please sign in to comment.