Merge pull request #2293 from ing-bank/changeset-release/master
Version Packages
This commit is contained in:
commit
ca08d896da
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
|
# @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",
|
"name": "@lion/nodejs-helpers",
|
||||||
"version": "0.0.1",
|
"version": "0.1.0",
|
||||||
"description": "Node.js helpers that could be useful to extenders of lion",
|
"description": "Node.js helpers that could be useful to extenders of lion",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "ing-bank",
|
"author": "ing-bank",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue