Skip to content

Commit

Permalink
🚀 v6.25.0-next.1 🦉
Browse files Browse the repository at this point in the history
## Version 6.25.0-next.1

### ✨ New & Improved

* visual regression testing and dev server app ([#94](#94)) ([0774166](0774166))

### 🛠 Fixes & Updates

* don't run eslint on `test.watch` ([#102](#102)) ([59a6dfe](59a6dfe))

<!--SKIP CI-->
  • Loading branch information
semantic-release-bot committed Dec 19, 2020
1 parent 0774166 commit afb9da8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
===

## Version 6.25.0-next.1

### ✨ New & Improved

* visual regression testing and dev server app ([#94](https://github.com/readmeio/markdown/issues/94)) ([0774166](https://github.com/readmeio/markdown/commit/07741663d0a603c7f178b63ebed6a81695e36ec2))


### 🛠 Fixes & Updates

* don't run eslint on `test.watch` ([#102](https://github.com/readmeio/markdown/issues/102)) ([59a6dfe](https://github.com/readmeio/markdown/commit/59a6dfe43d3607f5d878989a92bcaf9443228c26))

## Version 6.24.1-next.4

### 🛠 Fixes & Updates
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@readme/markdown",
"description": "ReadMe's React-based Markdown parser",
"author": "Rafe Goldberg <[email protected]>",
"version": "6.24.1-next.4",
"version": "6.25.0-next.1",
"main": "dist/main.node.js",
"browser": "dist/main.js",
"files": [
Expand Down

0 comments on commit afb9da8

Please sign in to comment.