Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krjordan committed Sep 5, 2023
1 parent 3068866 commit 2a184dc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ 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.3](https://github.com/krjordan/fetchdoc-cli/compare/v1.0.2...v1.0.3)

- chore: Adjust tsconfig and Mocha settings for ESM support [`#10`](https://github.com/krjordan/fetchdoc-cli/pull/10)
- fix(build): fix broken npm package [`#7`](https://github.com/krjordan/fetchdoc-cli/pull/7)

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

> 4 September 2023
- 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)
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.2",
"version": "1.0.3",
"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 2a184dc

Please sign in to comment.