Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krjordan committed Sep 5, 2023
1 parent 76bf775 commit db4ea89
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
### Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

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

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

- 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)

#### v1.0.0

> 4 September 2023
- Release/v1.0.0 [`#4`](https://github.com/krjordan/fetchdoc-cli/pull/4)
- feat(ci/cd): implement GitHub workflow and add issue templates [`#1`](https://github.com/krjordan/fetchdoc-cli/pull/1)
- first commit [`90d36c0`](https://github.com/krjordan/fetchdoc-cli/commit/90d36c00f22a524cd230af598fe4126a5594e98c)
- feat: Add README display in terminal and enhance error handling [`08436ba`](https://github.com/krjordan/fetchdoc-cli/commit/08436ba7c5c0ac5e7c2894b71d499fc4836dc98b)
- chore(linting): set up ESLint and Prettier and fix linting issues [`23b0d53`](https://github.com/krjordan/fetchdoc-cli/commit/23b0d5327b2d76e05c5c3b53cd13831d47fc0c64)
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.0",
"version": "1.0.1",
"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 db4ea89

Please sign in to comment.