From e510275792b89df93c462b79723e226047dd9806 Mon Sep 17 00:00:00 2001 From: Patrik Henningsson Date: Mon, 8 Apr 2024 14:09:00 +0200 Subject: [PATCH] Release 7.0.0 --- CHANGELOG.md | 18 +++++++++++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04f2264e..1afebf6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,17 +2,33 @@ All notable changes to this project will be documented in this file. Dates are displayed in UTC. +#### [v7.0.0](https://github.com/pahen/madge/compare/v6.1.0...v7.0.0) + +- devDeps: release-it@^15.6.0->^16.2.1 [`#393`](https://github.com/pahen/madge/pull/393) +- ci: Run build & test scripts on GitHub Actions [`#394`](https://github.com/pahen/madge/pull/394) +- chore: bump and align dependencies; dedupe typescript [`#379`](https://github.com/pahen/madge/pull/379) +- Adding option to not print the circular file count [`#387`](https://github.com/pahen/madge/pull/387) +- Update README, explaining to how ignore typed imports on .tsx files [`#389`](https://github.com/pahen/madge/pull/389) +- docs: update README to include ignore dynamic imports FAQ [`#360`](https://github.com/pahen/madge/pull/360) +- docs: fix donate anchor [`#362`](https://github.com/pahen/madge/pull/362) +- Release 6.1.0 [`#378`](https://github.com/pahen/madge/pull/378) +- chore: check in package-lock.json [`2137846`](https://github.com/pahen/madge/commit/2137846544697e3cdad9fb9d3599875f241dcb3d) +- devDeps: release-it@^16.1.5->^16.2.1 [`1bcdc12`](https://github.com/pahen/madge/commit/1bcdc12093131b0a92fc9dc76a701cfccdf03867) +- ci: add build/test workflow for GitHub Actions [`fa34634`](https://github.com/pahen/madge/commit/fa34634e06116572d606e6035f7402a7d276ab6e) + #### [v6.1.0](https://github.com/pahen/madge/compare/v6.0.0...v6.1.0) +> 4 June 2023 + - constrain and bump typescript versions [`#376`](https://github.com/pahen/madge/pull/376) - Disable spinner when running in CI [`#356`](https://github.com/pahen/madge/pull/356) - Remove deploy to NPM from Travis build [`#354`](https://github.com/pahen/madge/pull/354) - feat: support for rankdir in CLI [`#311`](https://github.com/pahen/madge/pull/311) - Move typescript to peer dependencies [`#350`](https://github.com/pahen/madge/pull/350) - Release 6.0.0 [`#352`](https://github.com/pahen/madge/pull/352) +- Release 6.1.0 [`66bb0c3`](https://github.com/pahen/madge/commit/66bb0c30798b31557d239ca61b2a43ffa6f53fba) - install and use ci-info [`c35da47`](https://github.com/pahen/madge/commit/c35da472e7352340209f4537d020b2702f9e67e7) - remove ci-info and change isEnabled setting [`a771115`](https://github.com/pahen/madge/commit/a771115ce570c8ea8d4c3ca68300dcfa0b5759ea) -- control no-spinner from env var [`3a7d544`](https://github.com/pahen/madge/commit/3a7d544fc19b0e23a5e106da969274950e7f7ebc) ### [v6.0.0](https://github.com/pahen/madge/compare/v5.0.2...v6.0.0) diff --git a/package-lock.json b/package-lock.json index d116bb72..23edd371 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "madge", - "version": "6.1.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "madge", - "version": "6.1.0", + "version": "7.0.0", "license": "MIT", "dependencies": { "chalk": "^4.1.2", diff --git a/package.json b/package.json index 5ce53947..eb4df8cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "madge", - "version": "6.1.0", + "version": "7.0.0", "author": "Patrik Henningsson ", "repository": "git://github.com/pahen/madge", "homepage": "https://github.com/pahen/madge",