Skip to content

Commit 5ff0832

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-10-01) ### Features * **config:** move husky install to prepare step ([#3](#3)) ([73941a4](73941a4)) * move husky install to prepare step ([2e33936](2e33936))
1 parent 73941a4 commit 5ff0832

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0](https://github.com/douglascayers/promise-coalesce/compare/v1.0.0...v1.1.0) (2023-10-01)
2+
3+
4+
### Features
5+
6+
* **config:** move husky install to prepare step ([#3](https://github.com/douglascayers/promise-coalesce/issues/3)) ([73941a4](https://github.com/douglascayers/promise-coalesce/commit/73941a47dab976f5703b197c7301408b1a4b25a0))
7+
* move husky install to prepare step ([2e33936](https://github.com/douglascayers/promise-coalesce/commit/2e33936e0d181c6a347dc532ff4290d48141dcbb))
8+
19
# 1.0.0 (2023-09-30)
210

311

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "promise-coalesce",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"keywords": [
66
"promise",

0 commit comments

Comments
 (0)