Skip to content

Commit b1de0c3

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](v1.2.1...v1.3.0) (2021-03-22) ### Features * **activities:** add support for retrieving activity photos ([#44](#44)) ([82fd922](82fd922))
1 parent 67bda82 commit b1de0c3

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/rfoel/strava/compare/v1.2.1...v1.3.0) (2021-03-22)
2+
3+
4+
### Features
5+
6+
* **activities:** add support for retrieving activity photos ([#44](https://github.com/rfoel/strava/issues/44)) ([82fd922](https://github.com/rfoel/strava/commit/82fd922c5ab1eb00c52fc3b936522ff4c27b10c9))
7+
18
## [1.2.1](https://github.com/rfoel/strava/compare/v1.2.0...v1.2.1) (2021-02-01)
29

310

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strava",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "This library is a fully typed JavaScript wrapper of the Strava JSON API",
55
"main": "dist/index.js",
66
"module": "dist/index.m.js",

0 commit comments

Comments
 (0)