File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Upcoming
3+ ## 1.5.0
44
55Features:
66- New ` .urlParams() ` method for easy param substitution (c7f2ff3)
77- TypeScript type definitions (4beec22)
88
9+ ## 1.4.0
10+
11+ Malformed release due to author messing up commits.
12+
913## 1.3.0
1014
1115Features:
Original file line number Diff line number Diff line change @@ -14,3 +14,27 @@ Documentation of all methods should be kept up-to-date in two places:
1414## Changelog
1515
1616Each change should be complemented with a bulletpoint in CHANGELOG.md under "Upcoming".
17+
18+ ## Release process
19+
20+ Make sure to build latest sources (open issue #16 ):
21+
22+ ``` shell
23+ $ yarn build
24+ ```
25+
26+ Bump up the version:
27+
28+ ``` shell
29+ $ yarn version
30+ info Current version: 1.3.0
31+ question New version:
32+ ```
33+
34+ Publish on npm:
35+
36+ ``` shell
37+ yarn publish
38+ ```
39+
40+ Remember to update CHANGELOG.md.
You can’t perform that action at this time.
0 commit comments