From da52d987f1136450c2c067d72cd4e5b8bb77c445 Mon Sep 17 00:00:00 2001 From: Agung Sundoro Date: Fri, 21 Jul 2023 22:17:00 +0700 Subject: [PATCH] chore: release v0.4.0 --- CHANGELOG.md | 8 ++++++++ config.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c260588..2be4ce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 📟 Changelog +## [0.4.0](https://github.com/artistudioxyz/dot-framework/compare/v0.3.0...v0.4.0) (2023-07-21) + + +### Features + +* add API base class ([8f51cef](https://github.com/artistudioxyz/dot-framework/commit/8f51cef7ad31f9cfdc8f669b35b6b2c277517393)) +* add view static render function ([658d010](https://github.com/artistudioxyz/dot-framework/commit/658d010cc42cedebe9d8339f79e99ec693fc11ff)) + ## [0.3.0](https://github.com/artistudioxyz/dot-framework/compare/v0.2.4...v0.3.0) (2023-07-08) diff --git a/config.json b/config.json index faa599c..5ad514f 100755 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Dot", - "version": "0.3.0", + "version": "0.4.0", "production": true, "premium": false, "description": "Dot Framework", diff --git a/package-lock.json b/package-lock.json index a51885a..b5b0ed1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dot-framework", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dot-framework", - "version": "0.3.0", + "version": "0.4.0", "license": "LGPL-3.0", "devDependencies": { "@babel/eslint-parser": "^7.19.1", diff --git a/package.json b/package.json index 027051c..2b2501b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dot-framework", - "version": "0.3.0", + "version": "0.4.0", "description": "Just another WordPress Plugin and Theme boilerplate with TailwindCSS, SASS, Blocks, ESLint, Prettier, and more.", "scripts": { "build": "grunt run build",