From 0e43b45aa8fa315fc2b8f6772e1f3c32f097707d Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Sun, 15 Aug 2021 18:28:25 +0900 Subject: [PATCH] chore(release): 13.6.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9ef44dc..566517ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. +## [13.6.0](https://github.com/ybiquitous/ybiq/compare/v13.5.1...v13.6.0) (2021-08-15) + +### Features + +- **deps:** bump remark-cli from 9.0.0 to 10.0.0 ([#1028](https://github.com/ybiquitous/ybiq/issues/1028)) ([9ad515f](https://github.com/ybiquitous/ybiq/commit/9ad515f88c6dbb86e39c13637b6a15dc741d77cf)) + +### Bug Fixes + +- replace `main` with `exports` in package.json ([#1032](https://github.com/ybiquitous/ybiq/issues/1032)) ([4290ff8](https://github.com/ybiquitous/ybiq/commit/4290ff8df3d2a2c007efe6f66c03579ed848cf77)) + ### [13.5.1](https://github.com/ybiquitous/ybiq/compare/v13.5.0...v13.5.1) (2021-08-03) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 5127e289..576a6a04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ybiq", - "version": "13.5.1", + "version": "13.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ybiq", - "version": "13.5.1", + "version": "13.6.0", "license": "MIT", "dependencies": { "@commitlint/cli": "^13.1.0", diff --git a/package.json b/package.json index 4adb80d9..f0107b62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ybiq", - "version": "13.5.1", + "version": "13.6.0", "description": "Useful command-line tools for Node.js project", "author": "Masafumi Koba", "license": "MIT",