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
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [7.0.0] - 2026-04-15

First stable v7 release. After two alpha iterations (`alpha.0`/`alpha.1` blocked
by CI release-pipeline issues, `alpha.2` published to `next` dist-tag) the
public surface is unchanged. Also landed post-alpha.2:
Comment on lines +10 to +12
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This release note references alpha.1 and alpha.2, but the changelog currently has no sections for those versions. Either add entries for the missing pre-releases (preferred, since 7.0.0-alpha.0 is already documented) or adjust the wording so the changelog doesn’t point to undocumented versions.

Copilot uses AI. Check for mistakes.

- Docs site deploys the hand-written cookbook alongside the generated API ref.
- README and cookbook examples are plain JavaScript (previously mixed
TypeScript syntax into blocks labeled runnable).
- Dependabot action bumps merged (`actions/checkout`, `deploy-pages`,
`upload-pages-artifact`, `create-pull-request`, `action-gh-release`).
Comment on lines +8 to +18
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 7.0.0 section doesn’t follow the changelog structure used elsewhere in this file (e.g., 7.0.0-alpha.0 uses ### Added / ### Removed). For consistency with the stated Keep a Changelog format, consider grouping the bullets under appropriate ### headings (Added/Changed/Fixed/Removed).

Copilot uses AI. Check for mistakes.

## [7.0.0-alpha.0] - 2026-04-15

### Added
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": "themeparks",
"version": "7.0.0-alpha.2",
"version": "7.0.0",
Copy link

Copilot AI Apr 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock.json still reports version 7.0.0-alpha.2 (e.g., top-level lockfile metadata). With package.json bumped to 7.0.0, the lockfile should be regenerated/updated so the repository stays internally consistent and release automation doesn’t pick up conflicting version strings.

Copilot uses AI. Check for mistakes.
"description": "Official SDK for the ThemeParks.wiki API",
"license": "MIT",
"repository": "github:ThemeParks/ThemeParks_JavaScript",
Expand Down
Loading