Skip to content

Commit f2155b4

Browse files
chore(main): release 4.0.0 (#620)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 170d946 commit f2155b4

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-
{".":"3.1.4"}
1+
{".":"4.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+
## [4.0.0](https://github.com/streetsidesoftware/inject-markdown/compare/v3.1.4...v4.0.0) (2025-06-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Require node 20 and above ([#619](https://github.com/streetsidesoftware/inject-markdown/issues/619))
9+
10+
### Features
11+
12+
* Require node 20 and above ([#619](https://github.com/streetsidesoftware/inject-markdown/issues/619)) ([b3f7f5e](https://github.com/streetsidesoftware/inject-markdown/commit/b3f7f5e14eb4fe78a170600c149eda8eb6717808))
13+
314
## [3.1.4](https://github.com/streetsidesoftware/inject-markdown/compare/v3.1.3...v3.1.4) (2024-11-09)
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": "3.1.4",
3+
"version": "4.0.0",
44
"description": "Command line tool to inject files into markdown files.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)