Skip to content

Commit efbac52

Browse files
chore(release): publish 0.0.2-9
1 parent bd3b1ea commit efbac52

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.0.2-9 (2025-02-21)
2+
3+
### 🚀 Features
4+
5+
- **tooling/vue:** add debugger ([bd3b1ea](https://github.com/GhentCDH/ghentcdh-monorepo/commit/bd3b1ea))
6+
- **tools-api:** add logging and health tooling ([b937dde](https://github.com/GhentCDH/ghentcdh-monorepo/commit/b937dde))
7+
- **tools-api:** add logging and health tooling ([2400d38](https://github.com/GhentCDH/ghentcdh-monorepo/commit/2400d38))
8+
9+
### ❤️ Thank You
10+
11+
- Bo Vandersteene
12+
113
## 0.0.2-8 (2025-02-21)
214

315
### 🚀 Features

libs/authentication/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ghentcdh/authentication-vue",
33
"license": "MIT",
4-
"version": "0.0.2-8",
4+
"version": "0.0.2-9",
55
"main": "./index.js",
66
"types": "./index.d.ts",
77
"dependencies": {

libs/tools/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ghentcdh/tools-vue",
3-
"version": "0.0.2-4",
3+
"version": "0.0.2-5",
44
"main": "./index.js",
55
"types": "./index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)