diff --git a/README.md b/README.md index f492ee8..059f7c1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Tool, which downloads a liferay page from a liferay portal and configures a webp - You have all the window.Liferay.* functions - You get the correct Language keys - You have the the original config of the portlet +- Vue and Typescript files work # How to Use diff --git a/package.json b/package.json index b3edbcb..09fa1d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@clavis/lfr-js-portlet-utils", - "version": "1.1.1", + "version": "1.2.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1",