Skip to content

Commit

Permalink
chore(release): 2.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.1](v2.1.0...v2.1.1) (2024-03-30)

### Bug Fixes

* **docs:** fixes typo in README from docs ([#69](#69)) ([f6b4eca](f6b4eca))
  • Loading branch information
semantic-release-bot committed Mar 30, 2024
1 parent f6b4eca commit daa82db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.1.1](https://github.com/M-Izadmehr/deadfile/compare/v2.1.0...v2.1.1) (2024-03-30)


### Bug Fixes

* **docs:** fixes typo in README from docs ([#69](https://github.com/M-Izadmehr/deadfile/issues/69)) ([f6b4eca](https://github.com/M-Izadmehr/deadfile/commit/f6b4eca7a76bb862ae7759044c2985740c1b5b8f))

# [2.1.0](https://github.com/M-Izadmehr/deadfile/compare/v2.0.2...v2.1.0) (2022-10-19)


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": "deadfile",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple util to find deadcode and unused files in any JavaScript project (ES5, ES6, React, Vue, ...)",
"main": "src/index.js",
"homepage": "https://github.com/M-Izadmehr/deadfile",
Expand Down

0 comments on commit daa82db

Please sign in to comment.