Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a4d510304 | |||
| b1f135a5f4 |
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# 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)
|
## 2026-03-24 - 2.2.1 - fix(config)
|
||||||
switch configuration loading from npmextra to smartconfig
|
switch configuration loading from npmextra to smartconfig
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@git.zone/tsdocker",
|
"name": "@git.zone/tsdocker",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "develop npm modules cross platform with docker",
|
"description": "develop npm modules cross platform with docker",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsdocker',
|
name: '@git.zone/tsdocker',
|
||||||
version: '2.2.1',
|
version: '2.2.2',
|
||||||
description: 'develop npm modules cross platform with docker'
|
description: 'develop npm modules cross platform with docker'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user