Skip to content

Commit a933f01

Browse files
authored
Add changelog (#40)
1 parent 80f4503 commit a933f01

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
12+
- Bump dependencies, by [@compulim](https://github.com/compulim), in PR [#43](https://github.com/compulim/react-chain-of-responsibility/pull/43)
13+
- Production dependencies
14+
- [`@babel/runtime-corejs3@7.23.6`](https://npmjs.com/package/@babel/runtime-corejs3)
15+
- Development dependencies
16+
- [`@babel/cli@7.23.4`](https://npmjs.com/package/@babel/cli)
17+
- [`@babel/core@7.23.6`](https://npmjs.com/package/@babel/core)
18+
- [`@babel/plugin-transform-runtime@7.23.6`](https://npmjs.com/package/@babel/plugin-transform-runtime)
19+
- [`@babel/preset-env@7.23.6`](https://npmjs.com/package/@babel/preset-env)
20+
- [`@babel/preset-react@7.23.3`](https://npmjs.com/package/@babel/preset-react)
21+
- [`@babel/preset-typescript@7.23.3`](https://npmjs.com/package/@babel/preset-typescript)
22+
- [`@testing-library/react@14.1.2`](https://npmjs.com/package/@testing-library/react)
23+
- [`@types/jest@29.5.11`](https://npmjs.com/package/@types/jest)
24+
- [`@types/react@18.2.45`](https://npmjs.com/package/@types/react)
25+
- [`@typescript-eslint/eslint-plugin@6.14.0`](https://npmjs.com/package/@typescript-eslint/eslint-plugin)
26+
- [`@typescript-eslint/parser@6.14.0`](https://npmjs.com/package/@typescript-eslint/parser)
27+
- [`eslint-plugin-prettier@5.0.1`](https://npmjs.com/package/eslint-plugin-prettier)
28+
- [`eslint@8.56.0`](https://npmjs.com/package/eslint)
29+
- [`prettier@3.1.1`](https://npmjs.com/package/prettier)
30+
- [`typescript@5.3.3`](https://npmjs.com/package/typescript)
31+
832
## [0.0.2] - 2023-10-09
933

1034
### Changed

0 commit comments

Comments
 (0)