diff --git a/CHANGELOG.md b/CHANGELOG.md index 4527d81..7d3cc5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). -# 0.1.3+ - [Unpublished] +# 0.2.0 - 2021-11-02 ## Added diff --git a/package.json b/package.json index 7016a64..4ad2b05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vcard4-ts", - "version": "0.1.3", + "version": "0.2.0", "description": "A vCard v4 parser with type safety first", "type": "module", "main": "./dist/index.js",