diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bfd02e..e0eb551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # 📟 Changelog +## [0.5.2](https://github.com/artistudioxyz/dot-framework/compare/v0.5.1...v0.5.2) (2023-07-22) + + +### Bug Fixes + +* concept docs some of dont have a link ([c993def](https://github.com/artistudioxyz/dot-framework/commit/c993def1db7cfffafe10225ca0c3aa0b872afd2d)) + ## [0.5.1](https://github.com/artistudioxyz/dot-framework/compare/v0.5.0...v0.5.1) (2023-07-21) ## [0.5.0](https://github.com/artistudioxyz/dot-framework/compare/v0.4.0...v0.5.0) (2023-07-21) diff --git a/config.json b/config.json index 1573030..ad63f4b 100755 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "Dot", - "version": "0.5.1", + "version": "0.5.2", "production": true, "premium": false, "description": "Dot Framework", diff --git a/package-lock.json b/package-lock.json index 08d7b23..0708046 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dot-framework", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "dot-framework", - "version": "0.5.1", + "version": "0.5.2", "license": "LGPL-3.0", "devDependencies": { "@babel/eslint-parser": "^7.19.1", diff --git a/package.json b/package.json index 28ee2d9..0246ecd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dot-framework", - "version": "0.5.1", + "version": "0.5.2", "description": "Just another WordPress Plugin and Theme boilerplate with TailwindCSS, SASS, Blocks, ESLint, Prettier, and more.", "scripts": { "build": "grunt run build",