diff --git a/packages/cli/cli/CHANGELOG.md b/packages/cli/cli/CHANGELOG.md index 4aa03661f1d..300170ac3ae 100644 --- a/packages/cli/cli/CHANGELOG.md +++ b/packages/cli/cli/CHANGELOG.md @@ -5,7 +5,12 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.39.17] - 2024-08-21 +## [0.39.18] - 2024-08-23 + +- Internal: Produce IR v57.8.0 with raw datetime examples. The raw datetime examples help + when generating test fixtures to assert conditions about the original datetime. + +## [0.39.17] - 2024-08-23 - Fix: Previously, object declarations with extends and no properties did not have examples propagating in the Docs and SDKs. The core issue was in IR generation which has now diff --git a/packages/cli/cli/VERSION b/packages/cli/cli/VERSION index 1ec2611ef75..48d4e89c5c6 100644 --- a/packages/cli/cli/VERSION +++ b/packages/cli/cli/VERSION @@ -1 +1 @@ -0.39.17 +0.39.18