diff --git a/CHANGELOG.md b/CHANGELOG.md index 59db9b6..279fb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ # 📟 Changelog -## [1.3.1](https://github.com/agung2001/agung2001.github.io/compare/v1.3.0...v1.3.1) (2022-12-25) +## [1.3.2](https://github.com/agung2001/agung2001.github.io/compare/v1.3.1...v1.3.2) (2022-12-25) + + +### Bug Fixes + +* add release-it conventional-changelog type ([f47023f](https://github.com/agung2001/agung2001.github.io/commit/f47023fbb25050ffa68b90ae7636e038eef97433)) +* add requireBranch .release-it.json config ([20757c6](https://github.com/agung2001/agung2001.github.io/commit/20757c6c51379f565575dc54dbaee34cfd14ba7e)) +* changelog still consist standard-version note ([73a2705](https://github.com/agung2001/agung2001.github.io/commit/73a2705dcdbb00c13fe46db3e62af0e27b59f1af)) + +## [1.3.1](https://github.com/agung2001/agung2001.github.io/compare/v1.3.0...v1.3.1) (2022-12-25) \ No newline at end of file diff --git a/config.json b/config.json index e548938..e5ab6cd 100644 --- a/config.json +++ b/config.json @@ -6,7 +6,7 @@ "artistudioxyz" ], "production": true, - "version": "1.3.1", + "version": "1.3.2", "socialButtons": [ { "label": "Social", diff --git a/package-lock.json b/package-lock.json index 2078694..ccb8103 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "agung2001.github.io", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "agung2001.github.io", - "version": "1.3.1", + "version": "1.3.2", "license": "ISC", "dependencies": { "dotenv": "^16.0.3", diff --git a/package.json b/package.json index 71cf6be..ae98ae1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "main": "Gruntfile.js", "author": "Agung Sundoro", "license": "ISC", - "version": "1.3.1", + "version": "1.3.2", "scripts": { "release": "dotenv release-it --" },