Skip to content

Commit 2a184dc

Browse files
committed
1.0.3
1 parent 3068866 commit 2a184dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ 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.3](https://github.com/krjordan/fetchdoc-cli/compare/v1.0.2...v1.0.3)
8+
9+
- chore: Adjust tsconfig and Mocha settings for ESM support [`#10`](https://github.com/krjordan/fetchdoc-cli/pull/10)
10+
- fix(build): fix broken npm package [`#7`](https://github.com/krjordan/fetchdoc-cli/pull/7)
11+
712
#### [v1.0.2](https://github.com/krjordan/fetchdoc-cli/compare/v1.0.1...v1.0.2)
813

14+
> 4 September 2023
15+
916
- Release/v1.0.1 [`#6`](https://github.com/krjordan/fetchdoc-cli/pull/6)
1017
- Release/v1.0.0 [`#4`](https://github.com/krjordan/fetchdoc-cli/pull/4)
1118
- chore(deps): add auto-changelog... again... [`205d6e7`](https://github.com/krjordan/fetchdoc-cli/commit/205d6e7e707a5e20f14bbd67fe9b513434f78dff)

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.2",
3+
"version": "1.0.3",
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)