From a316dd561cda498fc1e25e06079eb458c7b32289 Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 20:10:03 +0000 Subject: [PATCH] chore(release): prepare v0.3.0 release --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aa6b82..2c1d406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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.3.0] - 2024-07-28 +### Details +#### 🚀 Features +- Allow excluding pre-release versions by @nhedger + ## [0.2.0] - 2024-04-02 ### Details #### 🚀 Features diff --git a/package.json b/package.json index 1b22f63..64f338a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@biomejs/version-utils", "type": "module", - "version": "0.2.0", + "version": "0.3.0", "packageManager": "bun@1.1.0", "author": { "name": "Nicolas Hedger",