Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
agung2001 committed Jul 21, 2023
1 parent 8f51cef commit da52d98
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dot",
"version": "0.3.0",
"version": "0.4.0",
"production": true,
"premium": false,
"description": "Dot Framework",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit da52d98

Please sign in to comment.