Skip to content

Commit f6829b1

Browse files
chore(release): 7.15.0 [skip ci]
# [7.15.0](v7.14.0...v7.15.0) (2022-04-21) ### Bug Fixes * **json-ot:** 🐛 fix another compose() bug ([8a80e77](8a80e77)) * **json-ot:** 🐛 make compose() function pass fuzzer tests ([9559e60](9559e60)) * **json-ot:** 🐛 make compose() hand-crafted tests pass ([b0b6a95](b0b6a95)) ### Features * 🎸 minor edits to block interface ([2caa82c](2caa82c)) * **json-ot:** 🎸 add append method ([fd3a16f](fd3a16f)) * **json-ot:** 🎸 add apply() method ([84053b0](84053b0)) * **json-ot:** 🎸 add normalize() method ([0c6b024](0c6b024)) * **json-ot:** 🎸 add string type transform() function ([4ec0aae](4ec0aae)) * **json-ot:** 🎸 add StringType validate method ([2bb6f6d](2bb6f6d)) * **json-ot:** 🎸 implement compose function ([9cbc704](9cbc704))
1 parent 87042eb commit f6829b1

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [7.15.0](https://github.com/streamich/json-joy/compare/v7.14.0...v7.15.0) (2022-04-21)
2+
3+
4+
### Bug Fixes
5+
6+
* **json-ot:** 🐛 fix another compose() bug ([8a80e77](https://github.com/streamich/json-joy/commit/8a80e77daaa209414b57e4a2678c8fb16f753604))
7+
* **json-ot:** 🐛 make compose() function pass fuzzer tests ([9559e60](https://github.com/streamich/json-joy/commit/9559e60f0b6c3775819103a1134cd5d094f6367b))
8+
* **json-ot:** 🐛 make compose() hand-crafted tests pass ([b0b6a95](https://github.com/streamich/json-joy/commit/b0b6a9559458a0e8306c2ac0246a7d3d380d3f39))
9+
10+
11+
### Features
12+
13+
* 🎸 minor edits to block interface ([2caa82c](https://github.com/streamich/json-joy/commit/2caa82ce75b17a4f00c32553a5446ccd30937b57))
14+
* **json-ot:** 🎸 add append method ([fd3a16f](https://github.com/streamich/json-joy/commit/fd3a16fffee7041ed25ce872b8504a1665556f43))
15+
* **json-ot:** 🎸 add apply() method ([84053b0](https://github.com/streamich/json-joy/commit/84053b0773954747496d87086dcc83fc0010851b))
16+
* **json-ot:** 🎸 add normalize() method ([0c6b024](https://github.com/streamich/json-joy/commit/0c6b024a2d177ed3fb1e49a149d35b97d904882f))
17+
* **json-ot:** 🎸 add string type transform() function ([4ec0aae](https://github.com/streamich/json-joy/commit/4ec0aae4df91609235db20c8ef9391c5fa9f090b))
18+
* **json-ot:** 🎸 add StringType validate method ([2bb6f6d](https://github.com/streamich/json-joy/commit/2bb6f6d6182a9072e90281891f94d0e6ce03e2a2))
19+
* **json-ot:** 🎸 implement compose function ([9cbc704](https://github.com/streamich/json-joy/commit/9cbc7045eeebd9e6bde1a97024295239c1ef337d))
20+
121
# [7.14.0](https://github.com/streamich/json-joy/compare/v7.13.0...v7.14.0) (2022-04-19)
222

323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-joy",
3-
"version": "7.14.0",
3+
"version": "7.15.0",
44
"description": "",
55
"author": {
66
"name": "streamich",

0 commit comments

Comments
 (0)