Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 28, 2024
1 parent 495b649 commit 4d75cd5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [v1.0.4](https://github.com/bcomnes/argsclopts/compare/v1.0.3...v1.0.4)
## [v1.0.5](https://github.com/bcomnes/argsclopts/compare/v1.0.4...v1.0.5)

### Merged

- Bump @voxpelli/tsconfig from 10.1.0 to 15.1.0 [`#8`](https://github.com/bcomnes/argsclopts/pull/8)
- Bump npm-run-all2 from 6.2.6 to 7.0.1 [`#7`](https://github.com/bcomnes/argsclopts/pull/7)
- Bump @types/node from 20.14.13 to 22.0.2 [`#5`](https://github.com/bcomnes/argsclopts/pull/5)
- Bump c8 from 9.1.0 to 10.0.0 [`#3`](https://github.com/bcomnes/argsclopts/pull/3)
- Bump c8 from 8.0.1 to 9.0.0 [`#1`](https://github.com/bcomnes/argsclopts/pull/1)

### Commits

- Update typescript 5.7.2 [`88de5ab`](https://github.com/bcomnes/argsclopts/commit/88de5abcb953f7a9501b27e6233606777e33f6cf)
- Update README.md [`a37654e`](https://github.com/bcomnes/argsclopts/commit/a37654ebf08fb6b3faa12a758f1af27ba828c5f4)

## [v1.0.4](https://github.com/bcomnes/argsclopts/compare/v1.0.3...v1.0.4) - 2023-12-28

### Commits

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "argsclopts",
"description": "cliclopts but for Node.js parseArgs",
"version": "1.0.4",
"version": "1.0.5",
"author": "Bret Comnes <bcomnes@gmail.com> (https://bret.io)",
"bugs": {
"url": "https://github.com/bcomnes/argsclopts/issues"
Expand Down

0 comments on commit 4d75cd5

Please sign in to comment.