Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
billchurch committed Mar 3, 2025
2 parents a79442d + ff09d5f commit 96c799d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.4.0](https://github.com/billchurch/treetracr/compare/v1.3.0...v1.4.0) (2025-03-02)


### Features

* add CI integration and CLI flags for error control ([4da793b](https://github.com/billchurch/treetracr/commit/4da793bba60797eb7975659053dc4bb3afbaa261))
* detect and report unused package.json dependencies ([dd714b5](https://github.com/billchurch/treetracr/commit/dd714b5b55d32529927212e76eac532e1025dd4f))

## [1.3.0](https://github.com/billchurch/treetracr/compare/v1.2.0...v1.3.0) (2025-03-02)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "treetracr",
"version": "1.3.0",
"version": "1.4.0",
"description": "A JavaScript/TypeScript dependency analyzer that traces module relationships and identifies unused code",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 96c799d

Please sign in to comment.