From d42397be06eda3e3957f11c24bf7f1ff4ebfdd93 Mon Sep 17 00:00:00 2001 From: Conventional Changelog Action Date: Thu, 9 May 2024 05:42:36 +0000 Subject: [PATCH] chore(release): v1.42.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 de89eb7..88a8134 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.42.0](https://github.com/manthanank/learn-rxjs/compare/v1.41.0...v1.42.0) (2024-05-09) + + +### Features + +* Create CODE_OF_CONDUCT.md ([7998ec4](https://github.com/manthanank/learn-rxjs/commit/7998ec414f281333cc76efba9b0006b0b768fce8)) + + + # [1.41.0](https://github.com/manthanank/learn-rxjs/compare/v1.40.0...v1.41.0) (2023-12-07) @@ -34,12 +43,3 @@ -# [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)) - - - diff --git a/package-lock.json b/package-lock.json index a56bd91..8511515 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.41.0", + "version": "1.42.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 855e0a8..198316c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "learn-rxjs", - "version": "1.41.0", + "version": "1.42.0", "description": "Complete RxJS with all resources to learn.", "main": "index.js", "scripts": {