From b1f135a5f4cbf603533fdbd5ddfc0731bc3835a9 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 24 Mar 2026 16:12:35 +0000 Subject: [PATCH] fix(config): rename npmextra configuration file to .smartconfig.json --- npmextra.json => .smartconfig.json | 0 changelog.md | 5 +++++ ts/00_commitinfo_data.ts | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) rename npmextra.json => .smartconfig.json (100%) diff --git a/npmextra.json b/.smartconfig.json similarity index 100% rename from npmextra.json rename to .smartconfig.json diff --git a/changelog.md b/changelog.md index 90a16d7..21a5786 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 2026-03-24 - 2.2.2 - fix(config) +rename npmextra configuration file to .smartconfig.json + +- Moves the existing project metadata and release configuration from npmextra.json to .smartconfig.json without changing its contents. + ## 2026-03-24 - 2.2.1 - fix(config) switch configuration loading from npmextra to smartconfig diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cc1335e..cdd291c 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsdocker', - version: '2.2.1', + version: '2.2.2', description: 'develop npm modules cross platform with docker' }