Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
10hendersonm committed Dec 3, 2021
1 parent e7406fc commit e2c4e8d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.0.0](https://github.com/target/markdown-inject/compare/v1.1.2...v2.0.0) (2021-12-03)


### ⚠ BREAKING CHANGES

* **runtime:** Sets minimum node version of 12

### Features

* **CLI:** Adds -all flag to alias './**/*.md' ([be0db10](https://github.com/target/markdown-inject/commit/be0db10ce479983b3051cf9ca66423f868d9d489))


* **runtime:** Sets minimum node version of 12 ([3c5902b](https://github.com/target/markdown-inject/commit/3c5902b7d952236cdec9f2c1a383de03b0ce1bac))

### 1.1.2 (2021-11-26)

### 1.1.1 (2021-11-19)
Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,6 +1,6 @@
{
"name": "markdown-inject",
"version": "1.1.2",
"version": "2.0.0",
"description": "Add file or command output to markdown documents.",
"main": "dist/index.js",
"bin": {
Expand Down

0 comments on commit e2c4e8d

Please sign in to comment.