Skip to content

Commit 88f2ce2

Browse files
chore(main): release nestjs-configx 1.0.0 (#19)
Co-authored-by: abi-releaser[bot] <125614851+abi-releaser[bot]@users.noreply.github.com>
1 parent afc4554 commit 88f2ce2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"packages/configx": "0.0.0"
2+
"packages/configx": "1.0.0"
33
}

packages/configx/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-02-07)
4+
5+
6+
### Features
7+
8+
* first implementation of configx ([16076d2](https://github.com/abinnovision/nestjs-commons/commit/16076d2d8d7d583c4ebd50b7ab9266e284c4997f))
9+
* implement configx ([d72d8ff](https://github.com/abinnovision/nestjs-commons/commit/d72d8fffcd288217e96145f30df636e4875c06a1))

packages/configx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@abinnovision/nestjs-configx",
44
"packageManager": "[email protected]",
5-
"version": "0.0.0",
5+
"version": "1.0.0",
66
"license": "Apache-2.0",
77
"author": {
88
"name": "AB INNOVISION GmbH",

0 commit comments

Comments
 (0)