Skip to content

Commit c35ce68

Browse files
chore(release): 5.3.1 [skip ci]
## [5.3.1](v5.3.0...v5.3.1) (2025-02-25) ### Bug Fixes * regex to accomodate new html structure ([c16da3c](c16da3c))
1 parent 85aa3e3 commit c35ce68

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [5.3.1](https://github.com/jamieweavis/contribution/compare/v5.3.0...v5.3.1) (2025-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* regex to accomodate new html structure ([c16da3c](https://github.com/jamieweavis/contribution/commit/c16da3c22929b2f5c94f0c8c568c08bb6a745b1e))
7+
18
# [5.3.0](https://github.com/jamieweavis/contribution/compare/v5.2.0...v5.3.0) (2024-11-19)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "contribution",
33
"description": "GitHub contribution streak & stat fetcher with zero dependencies",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"author": "Jamie Weavis",
66
"types": "lib/contribution.d.ts",
77
"source": "src/contribution.ts",
@@ -11,7 +11,9 @@
1111
"bugs": {
1212
"url": "https://github.com/jamieweavis/contribution/issues"
1313
},
14-
"files": ["lib/**/*"],
14+
"files": [
15+
"lib/**/*"
16+
],
1517
"keywords": [
1618
"contribution",
1719
"contribution-graph",

0 commit comments

Comments
 (0)