diff --git a/CHANGELOG.md b/CHANGELOG.md index 22bbe91..635ddea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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. +### [0.4.1](https://github.com/ybiquitous/remark-preset-ybiquitous/compare/v0.4.0...v0.4.1) (2023-09-25) + +### Features + +- **deps:** bump remark-gfm from 3.0.1 to 4.0.0 ([#186](https://github.com/ybiquitous/remark-preset-ybiquitous/issues/186)) ([3538732](https://github.com/ybiquitous/remark-preset-ybiquitous/commit/3538732652fc42c587689e6b39ed5de22a892ede)) + ## [0.4.0](https://github.com/ybiquitous/remark-preset-ybiquitous/compare/v0.3.1...v0.4.0) (2023-09-01) ### ⚠ BREAKING CHANGES diff --git a/package-lock.json b/package-lock.json index e81c6d0..dcb936b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "remark-preset-ybiquitous", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "remark-preset-ybiquitous", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "dependencies": { "remark-frontmatter": "^5.0.0", diff --git a/package.json b/package.json index 03293ba..14523d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-preset-ybiquitous", - "version": "0.4.0", + "version": "0.4.1", "description": "Remark preset for ybiquitous", "author": "Masafumi Koba", "license": "MIT",