Skip to content

Commit d96245d

Browse files
author
Conventional Changelog Action
committed
chore(release): v1.9.0
1 parent e8685bb commit d96245d

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

CHANGELOG.md

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.9.0](https://github.com/manthanank/learn-rxjs/compare/v1.8.0...v1.9.0) (2023-06-27)
2+
3+
4+
### Features
5+
6+
* added rxjs package ([cb918aa](https://github.com/manthanank/learn-rxjs/commit/cb918aad4f42de2af3db7446d66173910ae4bb51))
7+
* updated readme ([469d233](https://github.com/manthanank/learn-rxjs/commit/469d2337aba4e383e12fd46194ba77867004b935))
8+
9+
10+
111
# [1.8.0](https://github.com/manthanank/learn-rxjs/compare/v1.7.0...v1.8.0) (2023-06-26)
212

313

@@ -34,12 +44,3 @@
3444

3545

3646

37-
# [1.5.0](https://github.com/manthanank/learn-rxjs/compare/v1.4.0...v1.5.0) (2023-04-10)
38-
39-
40-
### Features
41-
42-
* updated to auto publish ([f46c3ce](https://github.com/manthanank/learn-rxjs/commit/f46c3ce6432816cd9a433c63c892f3cd4634d8e8))
43-
44-
45-

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "learn-rxjs",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"description": "Complete RxJS with all resources to learn.",
55
"main": "index.js",
66
"scripts": {
@@ -15,4 +15,4 @@
1515
"dependencies": {
1616
"rxjs": "^7.8.1"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)