Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manthanank committed Sep 4, 2024
2 parents 75736e8 + beed8ab commit 135a8a9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
20 changes: 10 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
# [1.44.0](https://github.com/manthanank/learn-rxjs/compare/v1.43.0...v1.44.0) (2024-06-06)
# [1.46.0](https://github.com/manthanank/learn-rxjs/compare/v1.45.0...v1.46.0) (2024-06-16)


### Features

* Update ajax & bindCallback examples in README ([54ec50e](https://github.com/manthanank/learn-rxjs/commit/54ec50e10436b12f4d169e2f2c633c53345f29c9))
* Update publish.yml ([cc47518](https://github.com/manthanank/learn-rxjs/commit/cc47518fa3ceb38d1beae0aaadc1b7e1b8cea9ed))



# [1.43.0](https://github.com/manthanank/learn-rxjs/compare/v1.42.0...v1.43.0) (2024-05-09)
# [1.45.0](https://github.com/manthanank/learn-rxjs/compare/v1.44.0...v1.45.0) (2024-06-16)


### Features

* Create SECURITY.md ([b080eb7](https://github.com/manthanank/learn-rxjs/commit/b080eb7182d26d6d3b44d86da77275d2fc877a99))
* Update publish.yml ([c0e1a4c](https://github.com/manthanank/learn-rxjs/commit/c0e1a4cb5395b129806dca1b7239f22d11f08715))



# [1.42.0](https://github.com/manthanank/learn-rxjs/compare/v1.41.0...v1.42.0) (2024-05-09)
# [1.44.0](https://github.com/manthanank/learn-rxjs/compare/v1.43.0...v1.44.0) (2024-06-06)


### Features

* Create CODE_OF_CONDUCT.md ([7998ec4](https://github.com/manthanank/learn-rxjs/commit/7998ec414f281333cc76efba9b0006b0b768fce8))
* Update ajax & bindCallback examples in README ([54ec50e](https://github.com/manthanank/learn-rxjs/commit/54ec50e10436b12f4d169e2f2c633c53345f29c9))



# [1.41.0](https://github.com/manthanank/learn-rxjs/compare/v1.40.0...v1.41.0) (2023-12-07)
# [1.43.0](https://github.com/manthanank/learn-rxjs/compare/v1.42.0...v1.43.0) (2024-05-09)


### Features

* added Multicasting Operators ([8f709be](https://github.com/manthanank/learn-rxjs/commit/8f709be0c4b0eaef56dd5ad420be5936e2f5dfec))
* Create SECURITY.md ([b080eb7](https://github.com/manthanank/learn-rxjs/commit/b080eb7182d26d6d3b44d86da77275d2fc877a99))



# [1.40.0](https://github.com/manthanank/learn-rxjs/compare/v1.39.0...v1.40.0) (2023-12-07)
# [1.42.0](https://github.com/manthanank/learn-rxjs/compare/v1.41.0...v1.42.0) (2024-05-09)


### Features

* added Error Handling Operators ([ae096eb](https://github.com/manthanank/learn-rxjs/commit/ae096eb0e4a2366ecdcfe1246a1496e4a0211b06))
* Create CODE_OF_CONDUCT.md ([7998ec4](https://github.com/manthanank/learn-rxjs/commit/7998ec414f281333cc76efba9b0006b0b768fce8))



4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learn-rxjs",
"version": "1.44.0",
"version": "1.46.0",
"description": "Complete RxJS with all resources to learn.",
"main": "index.js",
"scripts": {
Expand All @@ -12,4 +12,4 @@
],
"author": "Manthan Ank",
"license": "ISC"
}
}

0 comments on commit 135a8a9

Please sign in to comment.