From 26a728c619a0264219b9c6d14269d9241e9d7fba Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Sun, 6 Aug 2023 15:54:06 +0000 Subject: [PATCH] chore(release): v1.37.0 --- CHANGELOG.md | 18 +++++++++--------- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b81a2f..3b16452 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.37.0](https://github.com/manthanank/learn-rxjs/compare/v1.36.0...v1.37.0) (2023-08-06) + + +### Features + +* updated readme ([26b1ed7](https://github.com/manthanank/learn-rxjs/commit/26b1ed74c6f62fbb4415baf2d29fbc173f2a4f4b)) + + + # [1.36.0](https://github.com/manthanank/learn-rxjs/compare/v1.35.0...v1.36.0) (2023-08-06) @@ -34,12 +43,3 @@ -# [1.32.0](https://github.com/manthanank/learn-rxjs/compare/v1.31.0...v1.32.0) (2023-07-30) - - -### Features - -* updated readme ([ea77d02](https://github.com/manthanank/learn-rxjs/commit/ea77d02dd197579298757d3bebb9c551cec6ff98)) - - - diff --git a/package-lock.json b/package-lock.json index a6c214c..2554df7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.36.0", + "version": "1.37.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 1f23713..8f3f7ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.36.0", + "version": "1.37.0", "description": "Complete RxJS with all resources to learn.", "main": "index.js", "scripts": {