Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
8300532de4 | |||
606d46acf8 |
@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2024-10-02 - 1.0.8 - fix(core)
|
||||||
|
Maintain dependencies, update metadata
|
||||||
|
|
||||||
|
- No changes detected
|
||||||
|
|
||||||
## 2024-10-02 - 1.0.7 - fix(core)
|
## 2024-10-02 - 1.0.7 - fix(core)
|
||||||
Update dependencies and add logging for email and SMS functions
|
Update dependencies and add logging for email and SMS functions
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@serve.zone/platformclient",
|
"name": "@serve.zone/platformclient",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "a module that makes it really easy to use the serve.zone platform inside your app",
|
"description": "a module that makes it really easy to use the serve.zone platform inside your app",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@serve.zone/platformclient',
|
name: '@serve.zone/platformclient',
|
||||||
version: '1.0.7',
|
version: '1.0.8',
|
||||||
description: 'a module that makes it really easy to use the serve.zone platform inside your app'
|
description: 'a module that makes it really easy to use the serve.zone platform inside your app'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user