Skip to content

Commit e8c4a93

Browse files
chore(release): 1.4.0 [skip ci]
# [1.4.0](v1.3.3...v1.4.0) (2021-10-26) ### Features * add private_note ([#105](#105)) ([4bf136e](4bf136e))
1 parent 7c5b3ed commit e8c4a93

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.4.0](https://github.com/rfoel/strava/compare/v1.3.3...v1.4.0) (2021-10-26)
2+
3+
4+
### Features
5+
6+
* add private_note ([#105](https://github.com/rfoel/strava/issues/105)) ([4bf136e](https://github.com/rfoel/strava/commit/4bf136ebd1c3026f80776c2ac894b541d61581f5))
7+
18
## [1.3.3](https://github.com/rfoel/strava/compare/v1.3.2...v1.3.3) (2021-10-15)
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.3.3",
3+
"version": "1.4.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)