Skip to content

Commit 96dc44d

Browse files
committed
OWN-358 Set up env for GPT user demo
1 parent 3b564bb commit 96dc44d

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

RELEASE.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# @teqfw/test: Releases
22

3-
## 0.23.0 - TODO
3+
## 0.23.0 - Plugin Integration and DB Enhancements
44

5-
* Fix errors in logger initialization.
6-
* Add dependencies into `package.json`
5+
* Updated GPT actions to utilize the plugin architecture.
6+
* Added dependencies to `package.json` for smoother integration.
7+
* Enhanced database connection initialization for tests.
8+
* Improved logger initialization in the test environment.
9+
* Refined test environment setup for GPT user demo.
710

811
## 0.22.0
912

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@teqfw/test",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Provides a test environment for TeqFW plugins and projects, including a pre-configured DI container, database support, and plugin dependency management tools.",
55
"keywords": [
66
"ecmascript 2015",
@@ -28,6 +28,7 @@
2828
"@teqfw/core": ">=0.0.30.3 <1.0.0"
2929
},
3030
"devDependencies": {
31+
"dotenv": "latest",
3132
"mocha": "latest"
3233
}
3334
}

0 commit comments

Comments
 (0)