Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Apr 24, 2024
1 parent 3a7e0dd commit 06d1325
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This changelog is automatically parsed when releases are created. Before pushing
level 1 section heading here is the version being tagged.

# [v0.7.1](https://github.com/ChlodAlejandro/deputy/releases/tag/v0.7.1) - *2024-04-24*
Bugfixes, introduction of better diff URL parser, and significant bugfix for the section start overlay,
which can cause the overlay to cover other sections that don't start with a contribution survey header.

## Added
* [[`eab952b`](../../commit/eab952b)] (dev) Added copyright problems listing parse tests
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"name": "deputy",
"description": "Contributor copyright investigation and copyright cleanup assistance tool for Wikipedia.",
"version": "0.7.0",
"version": "0.7.1",
"main": "src/deputy.js",
"scripts": {
"test": "npm run build && npm run test:clean && npm run test:jest",
Expand Down

0 comments on commit 06d1325

Please sign in to comment.