From 39a824add7ff1ca78b6e7c2c6a62d152af0e354c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 18:06:09 -0400 Subject: [PATCH] chore(main): release 0.1.5 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16c0efd..6eab146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/ngregrichardson/linxz/compare/v0.1.4...v0.1.5) (2024-05-04) + + +### Bug Fixes + +* **deploy:** add extra release step to only run when tags are generated ([128ab81](https://github.com/ngregrichardson/linxz/commit/128ab811500dc9dbc55e657f6ec6b7f1ffea4825)) + ## [0.1.4](https://github.com/ngregrichardson/linxz/compare/v0.1.3...v0.1.4) (2024-05-04) diff --git a/package.json b/package.json index 7a053aa..f1f970b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linxz", - "version": "0.1.4", + "version": "0.1.5", "private": true, "scripts": { "dev": "next dev",