Skip to content

Commit 456057b

Browse files
committed
Release 8.0.0
1 parent 6e0acb2 commit 456057b

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

CHANGELOG.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,22 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5-
#### [v7.0.0](https://github.com/pahen/madge/compare/v6.1.0...v7.0.0)
5+
#### [v8.0.0](https://github.com/pahen/madge/compare/v7.0.0...v8.0.0)
6+
7+
- chore: edit test/output.sh comply with POSIX [`#391`](https://github.com/pahen/madge/pull/391)
8+
- Update [email protected] and [email protected] [`#424`](https://github.com/pahen/madge/pull/424)
9+
- Remove not required dep on precinct [`#421`](https://github.com/pahen/madge/pull/421)
10+
- Cleanup README and remove Travis config [`#422`](https://github.com/pahen/madge/pull/422)
11+
- Correct engine requirements [`#419`](https://github.com/pahen/madge/pull/419)
12+
- Add tests for Vue [`#418`](https://github.com/pahen/madge/pull/418)
13+
- Update to dependency-tree@11 [`#417`](https://github.com/pahen/madge/pull/417)
14+
- Add empty TS config to fix the tests [`0163dc4`](https://github.com/pahen/madge/commit/0163dc469b3a52af423540ea75301d2f6e01b018)
15+
- Add comment [`3a52fae`](https://github.com/pahen/madge/commit/3a52fae6cf4ad3018c3a8c43be4e361cbf4679ec)
16+
- Remove integrated npm cache [`e25fa64`](https://github.com/pahen/madge/commit/e25fa6440631af238edafe02706f3a4616862ffa)
17+
18+
### [v7.0.0](https://github.com/pahen/madge/compare/v6.1.0...v7.0.0)
19+
20+
> 8 April 2024
621
722
- devDeps: release-it@^15.6.0->^16.2.1 [`#393`](https://github.com/pahen/madge/pull/393)
823
- ci: Run build & test scripts on GitHub Actions [`#394`](https://github.com/pahen/madge/pull/394)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "madge",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"author": "Patrik Henningsson <[email protected]>",
55
"repository": "git://github.com/pahen/madge",
66
"homepage": "https://github.com/pahen/madge",

0 commit comments

Comments
 (0)