From cfc2206e8699821a0b48da04f1d0d8a342428a62 Mon Sep 17 00:00:00 2001 From: Marcel Waldvogel Date: Sun, 7 Nov 2021 22:55:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v0.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4062ef..f3d0dbf 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.2.0+ - [Unreleased] +# 0.3.0 - 2021-11-07 ## Added diff --git a/package.json b/package.json index 4ad2b05..a510456 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vcard4-ts", - "version": "0.2.0", + "version": "0.3.0", "description": "A vCard v4 parser with type safety first", "type": "module", "main": "./dist/index.js",