diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea4b1fd..83448db2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.35.1](https://github.com/andipaetzold/zwift-data/compare/v1.35.0...v1.35.1) (2024-04-22) + + +### Bug Fixes + +* remove deleted strava segment "Watopia Sprint Rev." ([864db22](https://github.com/andipaetzold/zwift-data/commit/864db22924b87e250d8073989ad80b4f872da549)) + # [1.35.0](https://github.com/andipaetzold/zwift-data/compare/v1.34.0...v1.35.0) (2024-04-04) diff --git a/package-lock.json b/package-lock.json index d3912022..61858f45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zwift-data", - "version": "1.35.0", + "version": "1.35.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "zwift-data", - "version": "1.35.0", + "version": "1.35.1", "license": "MIT", "devDependencies": { "@octokit/rest": "20.0.2", diff --git a/package.json b/package.json index 54f67801..5e3e3249 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zwift-data", - "version": "1.35.0", + "version": "1.35.1", "description": "Data about Zwift worlds, routes and segments", "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js",