diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a7e22f..5400146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [2.3.4] - 2026-02-06 + +### Changed + +- Fixed release workflow for tag, release, and publish cycle. +- Publish prereleases with appropriate npm dist-tag and use trusted publisher OIDC. + ## [2.3.3] - 2026-02-06 ### Changed diff --git a/package.json b/package.json index 9269372..bd83865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@luca-financial/luca-schema", - "version": "2.3.4-beta.2", + "version": "2.3.4", "description": "Schemas for the Luca Ledger application", "author": "Johnathan Aspinwall", "main": "dist/esm/index.js",