diff --git a/CHANGELOG.md b/CHANGELOG.md index 1935131..756da3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.0.12](https://https//github.com/Rxefy/profile-module/compare/v0.0.11...v0.0.12) (2024-06-26) + + +### Features + +* **global:** :lipstick: education and experience section UI polishing ([0cc36d7](https://https//github.com/Rxefy/profile-module/commit/0cc36d7aa9c5189ee8ed2c8da3381fe58207bc7e)), closes [#59](https://https//github.com/Rxefy/profile-module/issues/59) + ### [0.0.11](https://https//github.com/Rxefy/profile-module/compare/v0.0.10...v0.0.11) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index cb9a75a..c98399f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "profile-module", - "version": "0.0.11", + "version": "0.0.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "profile-module", - "version": "0.0.11", + "version": "0.0.12", "license": "MIT", "devDependencies": { "@commitlint/cli": "17.5.0", diff --git a/package.json b/package.json index ed33ea9..9af2fdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "profile-module", - "version": "0.0.11", + "version": "0.0.12", "description": "This is a template repository for a wrappid module.", "main": "index.js", "scripts": {