Version Packages
This commit is contained in:
parent
c7c83d1d8b
commit
bd5cad2578
3 changed files with 9 additions and 8 deletions
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@lion/nodejs-helpers': minor
|
||||
---
|
||||
|
||||
Update underlying code-formatter prettier to major version 3 and updated the prettify API accordingly.
|
||||
|
||||
Consumers of this package need to make sure to await any calls to `prettify` as the function now returns a promise.
|
||||
|
|
@ -1 +1,9 @@
|
|||
# @lion/nodejs-helpers
|
||||
|
||||
## 0.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- c7c83d1: Update underlying code-formatter prettier to major version 3 and updated the prettify API accordingly.
|
||||
|
||||
Consumers of this package need to make sure to await any calls to `prettify` as the function now returns a promise.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lion/nodejs-helpers",
|
||||
"version": "0.0.1",
|
||||
"version": "0.1.0",
|
||||
"description": "Node.js helpers that could be useful to extenders of lion",
|
||||
"license": "MIT",
|
||||
"author": "ing-bank",
|
||||
|
|
|
|||
Loading…
Reference in a new issue