Skip to content

Commit

Permalink
Release v5.0.39
Browse files Browse the repository at this point in the history
  • Loading branch information
tanem committed May 20, 2023
1 parent 3c2f830 commit c90ff57
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [v5.0.39](https://github.com/tanem/react-nprogress/tree/v5.0.39) (2023-05-20)
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v5.0.38...v5.0.39)

#### :house: Internal

- [#1685](https://github.com/tanem/react-nprogress/pull/1685) Update dependency @rollup/plugin-terser to v0.4.2 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1684](https://github.com/tanem/react-nprogress/pull/1684) Update dependency @types/node to v18.16.10 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1683](https://github.com/tanem/react-nprogress/pull/1683) Update typescript-eslint monorepo to v5.59.6 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1682](https://github.com/tanem/react-nprogress/pull/1682) Update dependency @types/node to v18.16.9 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1681](https://github.com/tanem/react-nprogress/pull/1681) Update dependency tanem-scripts to v7.0.5 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1680](https://github.com/tanem/react-nprogress/pull/1680) Update dependency @rollup/plugin-commonjs to v25 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1679](https://github.com/tanem/react-nprogress/pull/1679) Lock file maintenance ([@renovate[bot]](https://github.com/apps/renovate))
- [#1678](https://github.com/tanem/react-nprogress/pull/1678) Update dependency @types/node to v18.16.8 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1677](https://github.com/tanem/react-nprogress/pull/1677) Update dependency @mui/material to v5.13.0 ([@renovate[bot]](https://github.com/apps/renovate))
- [#1676](https://github.com/tanem/react-nprogress/pull/1676) Update dependency @types/node to v18.16.7 ([@renovate[bot]](https://github.com/apps/renovate))

## [v5.0.38](https://github.com/tanem/react-nprogress/tree/v5.0.38) (2023-05-12)
[Full Changelog](https://github.com/tanem/react-nprogress/compare/v5.0.37...v5.0.38)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanem/react-nprogress",
"version": "5.0.38",
"version": "5.0.39",
"description": "A React primitive for building slim progress bars.",
"main": "dist/index.js",
"module": "dist/react-nprogress.esm.js",
Expand Down

0 comments on commit c90ff57

Please sign in to comment.