File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,35 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
6
6
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
+
7
36
## [ Released]
8
37
9
38
## [ 1.1.0] ( https://github.com/dc7290/microcms-richedit-processer/releases ) (2022-05-24)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " microcms-richedit-processer" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " microCMSのリッチエディタから取得した値を加工したり、目次リストを作成します。" ,
5
5
"keywords" : [
6
6
" microCMS" ,
You can’t perform that action at this time.
0 commit comments