diff --git a/CHANGELOG.md b/CHANGELOG.md index 847a70d..f3b822c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.45.0](https://github.com/manthanank/learn-rxjs/compare/v1.44.0...v1.45.0) (2024-06-16) + + +### Features + +* Update publish.yml ([c0e1a4c](https://github.com/manthanank/learn-rxjs/commit/c0e1a4cb5395b129806dca1b7239f22d11f08715)) + + + # [1.44.0](https://github.com/manthanank/learn-rxjs/compare/v1.43.0...v1.44.0) (2024-06-06) @@ -34,12 +43,3 @@ -# [1.40.0](https://github.com/manthanank/learn-rxjs/compare/v1.39.0...v1.40.0) (2023-12-07) - - -### Features - -* added Error Handling Operators ([ae096eb](https://github.com/manthanank/learn-rxjs/commit/ae096eb0e4a2366ecdcfe1246a1496e4a0211b06)) - - - diff --git a/package-lock.json b/package-lock.json index b19cffa..76a295f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.44.0", + "version": "1.45.0", "lockfileVersion": 3, "requires": true, "packages": { @@ -10,4 +10,4 @@ "license": "ISC" } } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 37a20d3..74d298d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.44.0", + "version": "1.45.0", "description": "Complete RxJS with all resources to learn.", "main": "index.js", "scripts": { @@ -12,4 +12,4 @@ ], "author": "Manthan Ank", "license": "ISC" -} +} \ No newline at end of file