From 59fd188a9478c06ec63f33cd249388a3a8888bb7 Mon Sep 17 00:00:00 2001 From: Manu Lorente Date: Thu, 25 Jun 2026 08:31:56 +0200 Subject: [PATCH] chore(main): release 0.19.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ versions.conf | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e39b941..19ee807a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.18.0" + ".": "0.19.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1019c9f3..5fd216b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.19.0](https://github.com/mlorentedev/dotfiles/compare/v0.18.0...v0.19.0) (2026-06-25) + + +### Features + +* **secrets:** resolve nan-* scripts' NAN_API_KEY via dotf secrets show ([#588](https://github.com/mlorentedev/dotfiles/issues/588)) ([3245be5](https://github.com/mlorentedev/dotfiles/commit/3245be5e449b0a3749c452d1c76f22638fe85163)) + ## [0.18.0](https://github.com/mlorentedev/dotfiles/compare/v0.17.1...v0.18.0) (2026-06-25) diff --git a/versions.conf b/versions.conf index d0922c76..04a8a0eb 100644 --- a/versions.conf +++ b/versions.conf @@ -20,5 +20,5 @@ OPENCODE_VERSION=1.16.2 YARN_VERSION=1.22.22 PI_VERSION=0.79.1 # x-release-please-start-version -DOTF_VERSION=0.18.0 +DOTF_VERSION=0.19.0 # x-release-please-end