diff --git a/Releases.md b/Releases.md index fce118bbd383..29db45a05dc4 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,18 @@ +### 0.215.0 / 2024.02.08 + +- BREAKING(log): remove `WARNING` log level (#4258) +- BREAKING(path): remove `glob.ts` files (#4259) +- BREAKING(path): remove `separator.ts` files (#4260) +- BREAKING(semver): remove `Comparator` functions (#4278) +- BREAKING(semver): remove `rangeFormat()` (#4265) +- BREAKING(semver): remove `sort()` (#4264) +- deprecation(semver): deprecate `ltr()` and `gtr()` (#4228) +- deprecation(semver): deprecate `reverseSort()` (#4280) +- feat(expect): add `expect.addEqualityTesters` api. (#4255) +- fix: version bump workflow (#4288) +- refactor(dotenv): prepare for `noUncheckedIndexedAccess` (#4261) +- refatcor(toml): prepare for `noUncheckedIndexedAccess` (#4274) + ### 0.214.0 / 2024.02.01 - BREAKING(io): remove `types.d.ts` (#4237) diff --git a/version.ts b/version.ts index 38b626affe50..79a17fb2775a 100644 --- a/version.ts +++ b/version.ts @@ -5,4 +5,4 @@ * the cli's API is stable. In the future when std becomes stable, likely we * will match versions with cli as we have in the past. */ -export const VERSION = "0.214.0"; +export const VERSION = "0.215.0";