Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit 80e4d0b

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.7...v1.10.0) (2023-08-11) ### Features * enabling config override files on the format "config/<host>/<env>.json" ([#107](#107)) ([124fd4e](124fd4e))
1 parent 124fd4e commit 80e4d0b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.10.0](https://github.com/podium-lib/podlet-server/compare/v1.9.7...v1.10.0) (2023-08-11)
2+
3+
4+
### Features
5+
6+
* enabling config override files on the format "config/<host>/<env>.json" ([#107](https://github.com/podium-lib/podlet-server/issues/107)) ([124fd4e](https://github.com/podium-lib/podlet-server/commit/124fd4e3ba353f82f39f52e65e155740eb01f8ac))
7+
18
## [1.9.7](https://github.com/podium-lib/podlet-server/compare/v1.9.6...v1.9.7) (2023-07-06)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@podium/podlet-server",
3-
"version": "1.9.7",
3+
"version": "1.10.0",
44
"type": "module",
55
"bin": {
66
"podlet": "./cli.js"

0 commit comments

Comments
 (0)