Skip to content

Commit

Permalink
v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rpearce committed Dec 31, 2021
1 parent 28fe1c1 commit 2e0fa5b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand All @@ -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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 2e0fa5b

Please sign in to comment.