Merge pull request #2293 from ing-bank/changeset-release/master

Version Packages
This commit is contained in:
Thijs Louisse 2024-05-17 21:46:34 +02:00 committed by GitHub
commit ca08d896da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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",