Skip to content

Commit

Permalink
Merge branch 'next'
Browse files Browse the repository at this point in the history
  • Loading branch information
christophka committed Feb 25, 2023
2 parents 55f5e07 + 7e2f555 commit 96e555d
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: coverage report
run: npm run test:coverage
- name: Coveralls
uses: coverallsapp/github-action@1.1.3
uses: coverallsapp/github-action@v1.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.9](https://github.com/ckapps/rxjs/compare/v0.1.8...v0.1.9) (2023-02-25)


### Bug Fixes

* **deps:** bump `@ckapp/math` to 0.0.57 ([e11b2d4](https://github.com/ckapps/rxjs/commit/e11b2d4a402a023e0fdf6b712cf1648a2f555833))
* **deps:** bump tslib from 2.4.1 to 2.5.0 ([3355d58](https://github.com/ckapps/rxjs/commit/3355d58208552e8a104ba68e0f006e34cf169798))
* **peer-deps:** allow rxjs minor version > 7.5 ([ee9bcda](https://github.com/ckapps/rxjs/commit/ee9bcda58f7127a60f7c242aaeb9d651dca5a3ee))

## [0.1.8](https://github.com/ckapps/rxjs/compare/v0.1.7...v0.1.8) (2023-01-08)


Expand Down
160 changes: 80 additions & 80 deletions package-lock.json

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

Loading

0 comments on commit 96e555d

Please sign in to comment.