From 267dff73e01e9bde009d26260a4334364907e5dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 17:51:01 -0400 Subject: [PATCH] chore(main): release 0.1.4 (#18) 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 5a97eee..16c0efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.4](https://github.com/ngregrichardson/linxz/compare/v0.1.3...v0.1.4) (2024-05-04) + + +### Bug Fixes + +* **deploy:** add latest and version tags to created images ([475fc37](https://github.com/ngregrichardson/linxz/commit/475fc37080331c353971f59f42aac5339b676435)) + ## [0.1.3](https://github.com/ngregrichardson/linxz/compare/v0.1.2...v0.1.3) (2024-05-04) diff --git a/package.json b/package.json index 72d5a42..7a053aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "linxz", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "dev": "next dev",