From e52aea02c814ad34231ab0a99e6deceaf82283b6 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sat, 14 Jan 2023 19:35:48 +0000 Subject: [PATCH] chore(release): v0.18.0 --- CHANGELOG.md | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 528e1b57..beeb1931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [0.18.0](https://github.com/Njong392/Abbreve/compare/v0.17.2...v0.18.0) (2023-01-14) + + +### Features + +* added new abbreviations ([#210](https://github.com/Njong392/Abbreve/issues/210)) ([1d451b4](https://github.com/Njong392/Abbreve/commit/1d451b4df69b85e4de80a4c40a73a4256d01d0b3)) + + + ## [0.17.2](https://github.com/Njong392/Abbreve/compare/v0.17.1...v0.17.2) (2023-01-11) @@ -34,12 +43,3 @@ -## [0.13.1](https://github.com/Njong392/Abbreve/compare/v0.13.0...v0.13.1) (2022-10-18) - - -### Bug Fixes - -* Change letter and add word in README ([#144](https://github.com/Njong392/Abbreve/issues/144)) ([aac3d6c](https://github.com/Njong392/Abbreve/commit/aac3d6c6533044dfc8d82d7c4a945a7c8c1f042f)) - - - diff --git a/package.json b/package.json index 24a7f00b..5465b59b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "abbreve-project", "private": true, - "version": "0.17.2", + "version": "0.18.0", "type": "module", "scripts": { "dev": "vite",