diff --git a/CHANGELOG.md b/CHANGELOG.md index fac9a83..571a5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,26 @@ # Changelog + 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). +## [2.0.5] - 2021-12-31 + +### Fixed + +* Can't use properly inside a node ESM package (#24) + ## [2.0.4] - 2020-01-05 ### Changed + * bump devDependencies ## [2.0.3] - 2019-12-05 ### Changed + * `dist/` output now contains `esm/` and `cjs/` folders with `index.js` (and `index.map.js`) instead of `.cjs.js` and `.esm.js` files * fixed copy-paste issues in `rollup.config.js` & `package.json` @@ -20,11 +29,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [2.0.1] - 2019-09-11 ### Changed + * bumped `sspk` for security fix ## [2.0.0] - 2019-09-11 ### Changed + * using rollup to built ESM & commonjs output to `dist/` folder * security fixes * new dev experience diff --git a/package.json b/package.json index 1c9219a..387a290 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-md", - "version": "2.0.4", + "version": "2.0.5", "description": "Separate markdown file's metadata from its content", "main": "./dist/cjs/index.cjs", "exports": {