Skip to content

Commit 02b67f2

Browse files
chore(main): release 2.0.0 (#39)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f511c24 commit 02b67f2

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.5.0"}
1+
{".":"2.0.0"}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/streetsidesoftware/inject-markdown/compare/v1.5.0...v2.0.0) (2023-07-20)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Update to Node 16
9+
10+
### Features
11+
12+
* Update to Node 16 ([2cdf96d](https://github.com/streetsidesoftware/inject-markdown/commit/2cdf96dc12850064a60a55769829bcef5a71300f))
13+
314
## [1.5.0](https://github.com/streetsidesoftware/inject-markdown/compare/v1.4.0...v1.5.0) (2023-01-29)
415

516

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "inject-markdown",
3-
"version": "1.5.0",
3+
"version": "2.0.0",
44
"description": "Command line tool to inject files into markdown files.",
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)