From aa6c624e6fbb7e450e11774892a1877bf2296027 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 29 Jun 2023 16:22:40 +0000 Subject: [PATCH] chore(release): v1.11.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 a0e11ba..19ab824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.11.0](https://github.com/manthanank/learn-rxjs/compare/v1.10.0...v1.11.0) (2023-06-29) + + +### Features + +* updated readme ([a33804c](https://github.com/manthanank/learn-rxjs/commit/a33804cb54ad0d39f5a083d922652a5c12537998)) + + + # [1.10.0](https://github.com/manthanank/learn-rxjs/compare/v1.9.0...v1.10.0) (2023-06-27) @@ -35,12 +44,3 @@ -# [1.6.0](https://github.com/manthanank/learn-rxjs/compare/v1.5.1...v1.6.0) (2023-04-23) - - -### Features - -* updated ([bc32d97](https://github.com/manthanank/learn-rxjs/commit/bc32d9705505a9c3fbddb968298cc394760e2159)) - - - diff --git a/package-lock.json b/package-lock.json index 3661a43..73b6ba5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.10.0", + "version": "1.11.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 7340b3b..866cab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.10.0", + "version": "1.11.0", "description": "Complete RxJS with all resources to learn.", "main": "index.js", "scripts": {