-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump dependencies * Add bump dependencies entry * Move tsup to devDependencies * Move tsup to devDependencies * Fix eslint --------- Co-authored-by: @compulim <@compulim> Co-authored-by: William Wong <[email protected]>
- Loading branch information
1 parent
8eda114
commit 7f05109
Showing
5 changed files
with
803 additions
and
515 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 |
---|---|---|
|
@@ -20,6 +20,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |
- [`[email protected]`](https://npmjs.com/package/semver/v/7.6.2) | ||
- Added [ESLint import/export syntax](https://npmjs.com/package/eslint-plugin-import), in PR [#26](https://github.com/compulim/version-from-git/pull/26) | ||
- Added [`publint`](https://npmjs.com/package/publint), in PR [#26](https://github.com/compulim/version-from-git/pull/26) | ||
- Bumped dependencies, in PR [#28](https://github.com/compulim/version-from-git/pull/28) | ||
- Production dependencies | ||
- [`[email protected]`](https://npmjs.com/package/semver/v/7.6.3) | ||
- Development dependencies | ||
- [`@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/eslint/v/9.12.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/prettier/v/3.3.3) | ||
- [`[email protected]`](https://npmjs.com/package/tsup/v/8.3.0) | ||
|
||
## [1.1.2] - 2024-05-24 | ||
|
||
|
@@ -39,6 +50,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |
|
||
- Initial commit | ||
|
||
[Unreleased]: https://github.com/compulim/version-from-git/compare/v1.1.2...HEAD | ||
[1.1.2]: https://github.com/compulim/version-from-git/compare/v1.1.1...v1.1.2 | ||
[1.1.1]: https://github.com/compulim/version-from-git/compare/v1.0.0...v1.1.1 | ||
[1.0.0]: https://github.com/compulim/version-from-git/releases/tag/v1.0.0 |
Oops, something went wrong.