Release 0.2.0

align indentation of multiline expressions and statements
This commit is contained in:
davidodenwald 2023-03-19 15:54:19 +01:00
parent 6a7477870d
commit e54ce4ba27
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "prettier-plugin-jinja-template", "name": "prettier-plugin-jinja-template",
"version": "0.1.1", "version": "0.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "prettier-plugin-jinja-template", "name": "prettier-plugin-jinja-template",
"version": "0.1.1", "version": "0.2.0",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@babel/preset-typescript": "^7.21.0", "@babel/preset-typescript": "^7.21.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "prettier-plugin-jinja-template", "name": "prettier-plugin-jinja-template",
"version": "0.1.1", "version": "0.2.0",
"description": "Prettier plugin for formatting jinja templates.", "description": "Prettier plugin for formatting jinja templates.",
"author": "David Odenwald", "author": "David Odenwald",
"license": "MIT", "license": "MIT",