Merge pull request #6 from shcizo/release-please--branches--main--components--pdga-ratings

chore(main): release 1.1.1
This commit is contained in:
2026-03-20 08:11:44 +01:00
committed by GitHub
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
+7
View File
@@ -1,5 +1,12 @@
# Changelog
## [1.1.1](https://github.com/shcizo/pdga-rating/compare/v1.1.0...v1.1.1) (2026-03-20)
### Bug Fixes
* prevent course ID changes on re-scrape and add layout repair script ([619567b](https://github.com/shcizo/pdga-rating/commit/619567b550da10f6bbf682a4f482bf465d0d7a07))
## [1.1.0](https://github.com/shcizo/pdga-rating/compare/v1.0.0...v1.1.0) (2026-03-20)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "pdga-ratings",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pdga-ratings",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {
"ejs": "^4.0.1",
"express": "^4.18.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pdga-ratings",
"version": "1.1.0",
"version": "1.1.1",
"description": "PDGA rating scraper and display",
"main": "server.js",
"scripts": {