Skip to content

Commit d446690

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2023-03-24) ### Features * create loader observable ([89154ff](89154ff))
1 parent 02bd578 commit d446690

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.1.0](https://github.com/lopesboa/resolve-or/compare/v1.0.0...v1.1.0) (2023-03-24)
2+
3+
4+
### Features
5+
6+
* create loader observable ([89154ff](https://github.com/lopesboa/resolve-or/commit/89154ffb8014cf55ce12babe5124457032d0c33e))
7+
18
# 1.0.0 (2023-02-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "resolve-or",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A simple, js lib to help devs create a union of a resolved promise or error",
55
"main": "index.js",
66
"repository": "git@github.com:lopesboa/resolve-or.git",

0 commit comments

Comments
 (0)