-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
@compulim
committed
Oct 13, 2024
1 parent
21473ca
commit 8492ed7
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- Added [ESLint import/export syntax](https://npmjs.com/package/eslint-plugin-import), in PR [#43](https://github.com/compulim/iter-fest/pull/43) | ||
- Added [`publint`](https://npmjs.com/package/publint), in PR [#45](https://github.com/compulim/iter-fest/pull/45) | ||
- Bumped dependencies, in PR [#65](https://github.com/compulim/iter-fest/pull/65) | ||
- Development dependencies | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-env/v/7.25.8) | ||
- [`@babel/[email protected]`](https://npmjs.com/package/@babel/preset-typescript/v/7.25.7) | ||
- [`@testing-library/[email protected]`](https://npmjs.com/package/@testing-library/react/v/16.0.1) | ||
- [`@tsconfig/[email protected]`](https://npmjs.com/package/@tsconfig/recommended/v/1.0.7) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/jest/v/29.5.13) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/node/v/22.7.5) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/react/v/18.3.11) | ||
- [`@types/[email protected]`](https://npmjs.com/package/@types/react-dom/v/18.3.1) | ||
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/eslint-plugin/v/8.8.1) | ||
- [`@typescript-eslint/[email protected]`](https://npmjs.com/package/@typescript-eslint/parser/v/8.8.1) | ||
- [`[email protected]`](https://npmjs.com/package/core-js-pure/v/3.38.1) | ||
- [`[email protected]`](https://npmjs.com/package/esbuild/v/0.24.0) | ||
- [`[email protected]`](https://npmjs.com/package/eslint/v/9.12.0) | ||
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-import/v/2.31.0) | ||
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-prettier/v/5.2.1) | ||
- [`[email protected]`](https://npmjs.com/package/eslint-plugin-react/v/7.37.1) | ||
- [`[email protected]`](https://npmjs.com/package/mocha/v/10.7.3) | ||
- [`[email protected]`](https://npmjs.com/package/prettier/v/3.3.3) | ||
- [`[email protected]`](https://npmjs.com/package/sinon/v/19.0.2) | ||
- [`[email protected]`](https://npmjs.com/package/tsup/v/8.3.0) | ||
- [`[email protected]`](https://npmjs.com/package/typescript/v/5.6.3) | ||
|
||
## [0.2.1] - 2024-07-05 | ||
|
||
|
@@ -70,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
|
||
- First public release | ||
|
||
[Unreleased]: https://github.com/compulim/iter-fest/compare/v0.2.1...HEAD | ||
[0.2.1]: https://github.com/compulim/iter-fest/compare/v0.2.0...v0.2.1 | ||
[0.2.0]: https://github.com/compulim/iter-fest/compare/v0.1.0...v0.2.0 | ||
[0.1.0]: https://github.com/compulim/iter-fest/releases/tag/v0.1.0 |