Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Ramsay committed Aug 5, 2017
1 parent ee4af66 commit 3092f75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.1.0] - 2017-08-05
### Added

- Add `placeholder` argument to resolver API allowing resolver functions to pass the unmodified content back and skip the link. This allows the default behaviour where unresolvable links throw an error to be overridden with a best-effort approach.

## [4.0.1] - 2017-05-27
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hercule",
"version": "4.0.1",
"version": "4.1.0",
"description": "Markdown, API Blueprint and string transclusion",
"main": "./lib/hercule",
"scripts": {
Expand Down

0 comments on commit 3092f75

Please sign in to comment.