From db2161355352279923e154d2917995054d65682b Mon Sep 17 00:00:00 2001 From: Jamie Holding Date: Wed, 15 Apr 2026 16:15:00 +0000 Subject: [PATCH] chore(release): 7.0.0 First stable v7 release. Bumps Development Status classifier to Production/Stable and publishes to npm with the default `latest` dist-tag so `npm install themeparks` pulls v7 by default. Co-Authored-By: Claude Opus 4.6 (1M context) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aecca11..b0386d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: + +- 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`). + ## [7.0.0-alpha.0] - 2026-04-15 ### Added diff --git a/package.json b/package.json index c51e226..9483766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeparks", - "version": "7.0.0-alpha.2", + "version": "7.0.0", "description": "Official SDK for the ThemeParks.wiki API", "license": "MIT", "repository": "github:ThemeParks/ThemeParks_JavaScript",