From 32faec7ef8392b7fea493512ce513c9042ed45a0 Mon Sep 17 00:00:00 2001 From: "Robert W. Pearce" Date: Sun, 2 Jan 2022 23:54:52 -0500 Subject: [PATCH] v3.0.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571a5e0..ee2bf43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.0.0] - 2022-01-02 + +### Changed + +* Rewrote in TypeScript (PR #27) + ## [2.0.5] - 2021-12-31 ### Fixed diff --git a/package.json b/package.json index cdae2f8..1537630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-md", - "version": "2.0.5", + "version": "3.0.0", "description": "Separate markdown file's metadata from its content", "main": "./dist/cjs/index.cjs", "exports": {