diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c17c08f..af718e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.0"} +{".":"1.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0334e45..7d3a243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/streetsidesoftware/inject-markdown/compare/v1.3.0...v1.4.0) (2023-01-29) + + +### Features + +* Support GitHub Flavored Markdown ([#24](https://github.com/streetsidesoftware/inject-markdown/issues/24)) ([71b9042](https://github.com/streetsidesoftware/inject-markdown/commit/71b9042148383fd8f690ff98ff56d09860d45c64)) + ## [1.3.0](https://github.com/streetsidesoftware/inject-markdown/compare/v1.2.0...v1.3.0) (2023-01-03) diff --git a/package.json b/package.json index 851f98d..e6a853f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "inject-markdown", - "version": "1.3.0", + "version": "1.4.0", "description": "Command line tool to inject files into markdown files.", "type": "module", "packageManager": "pnpm@7.18.2",