Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krjordan committed Sep 5, 2023
1 parent 205d6e7 commit fa097ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.0.2](https://github.com/krjordan/fetchdoc-cli/compare/v1.0.1...v1.0.2)

- Release/v1.0.1 [`#6`](https://github.com/krjordan/fetchdoc-cli/pull/6)
- Release/v1.0.0 [`#4`](https://github.com/krjordan/fetchdoc-cli/pull/4)
- chore(deps): add auto-changelog... again... [`205d6e7`](https://github.com/krjordan/fetchdoc-cli/commit/205d6e7e707a5e20f14bbd67fe9b513434f78dff)

#### [v1.0.1](https://github.com/krjordan/fetchdoc-cli/compare/v1.0.0...v1.0.1)

> 4 September 2023
- fix(rollup): add rollup to fix broken package [`#5`](https://github.com/krjordan/fetchdoc-cli/pull/5)
- fix(npm): add shebang and bin to package.json [`#3`](https://github.com/krjordan/fetchdoc-cli/pull/3)
- chore(package): package up repo for npm [`#2`](https://github.com/krjordan/fetchdoc-cli/pull/2)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetchdoc-cli",
"version": "1.0.1",
"version": "1.0.2",
"description": "FetchDoc is a command-line tool that assists developers in swiftly accessing the documentation or README of any npm package. With a straightforward command, FetchDoc either opens the official repository of the specified npm package in your default browser or displays the README content directly in your terminal, streamlining your journey into the docs.",
"main": "./dist/index.js",
"bin": {
Expand Down

0 comments on commit fa097ce

Please sign in to comment.