Skip to content

Commit cf5bf4b

Browse files
krjordanRyan Jordan
andauthored
Release/v1.0.2 (#8)
* chore(package): package up repo for npm (#2) * chore(package): package up repo for npm * chore(lables): update labels file path * remove(labeler): remove labeler for now * docs(src): add JSDoc comments * fix(npm): add shebang and bin to package.json (#3) * fix(rollup): add rollup to fix broken package (#5) * fix(rollup): add rollup to fix broken package * chore(build): remove second CodeQL instance * test(mocha): attempt to fix tests * fix(test): fix test files not being recognized * styles(codacy): fix code style --------- Co-authored-by: Ryan Jordan <[email protected]> * chore(deps): add auto-changelog... again... * 1.0.2 --------- Co-authored-by: Ryan Jordan <[email protected]>
1 parent 287abac commit cf5bf4b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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: 2 additions & 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": {
@@ -51,6 +51,7 @@
5151
"@types/yargs": "^17.0.24",
5252
"@typescript-eslint/eslint-plugin": "^6.6.0",
5353
"@typescript-eslint/parser": "^6.6.0",
54+
"auto-changelog": "^2.4.0",
5455
"chai": "^4.3.8",
5556
"eslint": "^8.48.0",
5657
"eslint-config-prettier": "^9.0.0",

0 commit comments

Comments
 (0)