Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/modern-node-cli.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/modern-node-client.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/aoc-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @bryan-hoang/aoc-cli

## 2.0.0

### Major Changes

- 6e41d9c: Require Node.js 20 or newer. Wait for asynchronous commands and help output
before exiting, and refresh the published ESM build, type metadata, and runtime
dependencies.

### Patch Changes

- Updated dependencies [6e41d9c]
- @bryan-hoang/aoc-client@2.0.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aoc-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bryan-hoang/aoc-cli",
"version": "1.0.0",
"version": "2.0.0",
"description": "An Advent of Code command-line tool",
"keywords": [],
"homepage": "https://github.com/bryan-hoang/aoc-cli-node#readme",
Expand Down
8 changes: 8 additions & 0 deletions packages/aoc-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @bryan-hoang/aoc-client

## 2.0.0

### Major Changes

- 6e41d9c: Require Node.js 20 or newer. Publish format-specific ESM and CommonJS
declarations with source maps, refresh runtime dependencies, and remove the
generated API tables.

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aoc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bryan-hoang/aoc-client",
"version": "1.0.0",
"version": "2.0.0",
"description": "An Advent of Code client library",
"keywords": [],
"homepage": "https://github.com/bryan-hoang/aoc-cli-node#readme",
Expand Down