Skip to content

Commit 66bb0c3

Browse files
committed
Release 6.1.0
1 parent c48c516 commit 66bb0c3

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

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

5-
#### [v6.0.0](https://github.com/pahen/madge/compare/v5.0.2...v6.0.0)
5+
#### [v6.1.0](https://github.com/pahen/madge/compare/v6.0.0...v6.1.0)
6+
7+
- constrain and bump typescript versions [`#376`](https://github.com/pahen/madge/pull/376)
8+
- Disable spinner when running in CI [`#356`](https://github.com/pahen/madge/pull/356)
9+
- Remove deploy to NPM from Travis build [`#354`](https://github.com/pahen/madge/pull/354)
10+
- feat: support for rankdir in CLI [`#311`](https://github.com/pahen/madge/pull/311)
11+
- Move typescript to peer dependencies [`#350`](https://github.com/pahen/madge/pull/350)
12+
- Release 6.0.0 [`#352`](https://github.com/pahen/madge/pull/352)
13+
- install and use ci-info [`c35da47`](https://github.com/pahen/madge/commit/c35da472e7352340209f4537d020b2702f9e67e7)
14+
- remove ci-info and change isEnabled setting [`a771115`](https://github.com/pahen/madge/commit/a771115ce570c8ea8d4c3ca68300dcfa0b5759ea)
15+
- control no-spinner from env var [`3a7d544`](https://github.com/pahen/madge/commit/3a7d544fc19b0e23a5e106da969274950e7f7ebc)
16+
17+
### [v6.0.0](https://github.com/pahen/madge/compare/v5.0.2...v6.0.0)
18+
19+
> 29 January 2023
620
721
- Handle collect tsconfig's extends fileds [`#349`](https://github.com/pahen/madge/pull/349)
822
- Update packages detective-* to latest [`#348`](https://github.com/pahen/madge/pull/348)
@@ -12,8 +26,8 @@ All notable changes to this project will be documented in this file. Dates are d
1226
- Drop support Node.js EOL versions(<14) [`#342`](https://github.com/pahen/madge/pull/342)
1327
- handle collect tsconfig's extends fileds [`#323`](https://github.com/pahen/madge/issues/323)
1428
- Changed to depend on the ts-graphviz package [`9b9ae87`](https://github.com/pahen/madge/commit/9b9ae878622be4a58951c5fcb9d46cc0c44e4593)
29+
- Release 6.0.0 [`2aa75b2`](https://github.com/pahen/madge/commit/2aa75b2aba279d02dd7cf7640a0fcd6236322228)
1530
- update packages detective-* to latest [`60b6557`](https://github.com/pahen/madge/commit/60b6557efc5a1da04452dfc0f0b1a0281f9c8776)
16-
- Set to Node.js 16 by default on nvm [`383452b`](https://github.com/pahen/madge/commit/383452b55294e3db1d8a9ef071b8b040ca295e14)
1731

1832
#### [v5.0.2](https://github.com/pahen/madge/compare/v5.0.1...v5.0.2)
1933

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "madge",
3-
"version": "6.0.0",
3+
"version": "6.1.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)