Skip to content

Commit 276ba36

Browse files
committed
release: 🏹 1.2.0 [skip ci]
## [1.2.0](1.1.0...1.2.0) (2023-01-15) ### Features * 🚀 Update dependency node-html-parser to v6 ([bf94926](bf94926)) ### Bug Fixes * 🐛 Fixed error in res.buffer ([862eddb](862eddb)), closes [#192](#192) * 🐛 Update dependency image-size to v1.0.2 ([9e9319a](9e9319a)) ### Continuous Integration * 🎡 Added semantic-release ([ab637db](ab637db)) * 🎡 Change toke name ([0e94898](0e94898)) * 🎡 setup semantic-release-cli ([637c241](637c241)) * 🎡 Update ESLint settings ([9f13d4e](9f13d4e))
1 parent be35056 commit 276ba36

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
66

7+
## [Released](https://github.com/dc7290/microcms-richedit-processer/releases)
8+
9+
## [1.2.0](https://github.com/dc7290/microcms-richedit-processer/compare/1.1.0...1.2.0) (2023-01-15)
10+
11+
12+
### Features
13+
14+
* 🚀 Update dependency node-html-parser to v6 ([bf94926](https://github.com/dc7290/microcms-richedit-processer/commit/bf94926610dff4f0899cfd18adbae4db670c5493))
15+
16+
17+
### Bug Fixes
18+
19+
* 🐛 Fixed error in res.buffer ([862eddb](https://github.com/dc7290/microcms-richedit-processer/commit/862eddbcb93f7232c3a89fa7bb88bbfcd7805fbb)), closes [#192](https://github.com/dc7290/microcms-richedit-processer/issues/192)
20+
* 🐛 Update dependency image-size to v1.0.2 ([9e9319a](https://github.com/dc7290/microcms-richedit-processer/commit/9e9319a22279ddb4b4c0342f8cc2a671e50f3c46))
21+
22+
23+
### Continuous Integration
24+
25+
* 🎡 Added semantic-release ([ab637db](https://github.com/dc7290/microcms-richedit-processer/commit/ab637db958b76eda8c4db02ac78d9c42e430c83c))
26+
* 🎡 Change toke name ([0e94898](https://github.com/dc7290/microcms-richedit-processer/commit/0e94898d765fa28c9f171536adcfdbd59557969f))
27+
* 🎡 setup semantic-release-cli ([637c241](https://github.com/dc7290/microcms-richedit-processer/commit/637c2411c9a1c4f8bbc5c91d9d6365c9c37723fd))
28+
* 🎡 Update ESLint settings ([9f13d4e](https://github.com/dc7290/microcms-richedit-processer/commit/9f13d4e10b1f11f3b067a0dae1d8cd8fd6311f8d))
29+
30+
# Changelog
31+
32+
All notable changes to this project will be documented in this file.
33+
34+
The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/).
35+
736
## [Released]
837

938
## [1.1.0](https://github.com/dc7290/microcms-richedit-processer/releases) (2022-05-24)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "microcms-richedit-processer",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "microCMSのリッチエディタから取得した値を加工したり、目次リストを作成します。",
55
"keywords": [
66
"microCMS",

0 commit comments

Comments
 (0)