From 81a37f00c188fb808ab13c40ac2fc1bbaaa06cf8 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Sat, 3 Apr 2021 04:38:13 +0900 Subject: [PATCH] chore(release): 12.2.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc47f0be..38cca02d 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. +## [12.2.0](https://github.com/ybiquitous/ybiq/compare/v12.1.0...v12.2.0) (2021-04-02) + +### Features + +- **remark:** use remark-preset-ybiquitous package ([#920](https://github.com/ybiquitous/ybiq/issues/920)) ([d509e5b](https://github.com/ybiquitous/ybiq/commit/d509e5bb350e10098cccc92c0323f58e877b5c48)) + ## [12.1.0](https://github.com/ybiquitous/ybiq/compare/v12.0.4...v12.1.0) (2021-04-02) ### Features diff --git a/package-lock.json b/package-lock.json index c2f8864b..f4085604 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "12.1.0", + "version": "12.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 8faf3b98..6be4eba1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "12.1.0", + "version": "12.2.0", "description": "Useful command-line tools for Node.js project", "author": "Masafumi Koba ", "license": "MIT",