ci: 👷 update dev branch
This commit is contained in:
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
"lilbetter.js": minor
|
|
||||||
---
|
|
||||||
|
|
||||||
Created the tryAsync (tryA) and trySync (tryS) functions, said can be used for wrapping and calling functions that can throw error. Said error can then be handled using in a Go-like fashion.
|
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
# lilbetter.js
|
# lilbetter.js
|
||||||
|
|
||||||
|
## 0.1.0
|
||||||
|
|
||||||
|
### Minor Changes
|
||||||
|
|
||||||
|
- ecfbfc7: Created the tryAsync (tryA) and trySync (tryS) functions, said can be used for wrapping and calling functions that can throw error. Said error can then be handled using in a Go-like fashion.
|
||||||
|
|
||||||
## 0.0.3
|
## 0.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "lilbetter.js",
|
"name": "lilbetter.js",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "./src/index.js",
|
"main": "./src/index.js",
|
||||||
"browser": "./src/index.js",
|
"browser": "./src/index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user