Skip to content

Commit

Permalink
Fix version bump for api-documenter (#6701)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 authored Oct 17, 2022
1 parent 4af28c1 commit 3d9611e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/popular-beans-wonder.md

This file was deleted.

3 changes: 3 additions & 0 deletions repo-scripts/api-documenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# @firebase/api-documenter
## 0.3.0
### Minor Changes

- [#6623](https://github.com/firebase/firebase-js-sdk/pull/6623) Add an option to sort functions by first param. (--sort-functions)
## 0.2.0
### Minor Changes

Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/api-documenter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/api-documenter",
"version": "0.2.1",
"version": "0.3.0",
"description": "Read JSON files from api-extractor, generate documentation pages",
"repository": {
"directory": "repo-scripts/documenter",
Expand Down

0 comments on commit 3d9611e

Please sign in to comment.