diff --git a/CHANGELOG.md b/CHANGELOG.md index 76fbc965..24cced40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.20.0](https://github.com/Njong392/Abbreve/compare/v0.19.3...v0.20.0) (2023-02-12) + + +### Features + +* **slang:** added rip ([#254](https://github.com/Njong392/Abbreve/issues/254)) ([5e5b229](https://github.com/Njong392/Abbreve/commit/5e5b22969b9353affa3659572787775451bda052)) + + + ## [0.19.3](https://github.com/Njong392/Abbreve/compare/v0.19.2...v0.19.3) (2023-02-04) @@ -34,12 +43,3 @@ -## [0.17.1](https://github.com/Njong392/Abbreve/compare/v0.17.0...v0.17.1) (2022-11-14) - - -### Bug Fixes - -* fixing url for clonning the porject ([#189](https://github.com/Njong392/Abbreve/issues/189)) ([88a1635](https://github.com/Njong392/Abbreve/commit/88a163529e73daee349ea101708783b96fb9cfc2)) - - - diff --git a/package.json b/package.json index b050dd28..a341a85d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "abbreve-project", "private": true, - "version": "0.19.3", + "version": "0.20.0", "type": "module", "scripts": { "dev": "vite", @@ -39,4 +39,4 @@ "tailwindcss": "^3.1.8", "vite": "^3.1.0" } -} +} \ No newline at end of file