Skip to content

Commit fa097ce

Browse files
committed
1.0.2
1 parent 205d6e7 commit fa097ce

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v1.0.2](https://github.com/krjordan/fetchdoc-cli/compare/v1.0.1...v1.0.2)
8+
9+
- Release/v1.0.1 [`#6`](https://github.com/krjordan/fetchdoc-cli/pull/6)
10+
- Release/v1.0.0 [`#4`](https://github.com/krjordan/fetchdoc-cli/pull/4)
11+
- chore(deps): add auto-changelog... again... [`205d6e7`](https://github.com/krjordan/fetchdoc-cli/commit/205d6e7e707a5e20f14bbd67fe9b513434f78dff)
12+
713
#### [v1.0.1](https://github.com/krjordan/fetchdoc-cli/compare/v1.0.0...v1.0.1)
814

15+
> 4 September 2023
16+
917
- fix(rollup): add rollup to fix broken package [`#5`](https://github.com/krjordan/fetchdoc-cli/pull/5)
1018
- fix(npm): add shebang and bin to package.json [`#3`](https://github.com/krjordan/fetchdoc-cli/pull/3)
1119
- chore(package): package up repo for npm [`#2`](https://github.com/krjordan/fetchdoc-cli/pull/2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fetchdoc-cli",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"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.",
55
"main": "./dist/index.js",
66
"bin": {

0 commit comments

Comments
 (0)