Skip to content

Commit 287aa8d

Browse files
author
Kylie Stewart
committed
Changes for v6.1.0
1 parent 423ba66 commit 287aa8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
## Unreleased
3+
## 6.1.0 (05-28-2020)
44

5+
- Remove references to PropTypes from type definitions.
6+
[#907](https://github.com/FormidableLabs/spectacle/pull/907)
57
- Enhance hot key support for Linux users.
68
[#905](https://github.com/FormidableLabs/spectacle/pull/905)
79

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ $ npm version [patch|minor|major|<version>]
191191
$ npm publish
192192

193193
# (4) Then, update github with the associated tag
194-
$ git push --tags
194+
$ git push --tags && git push
195195
```
196196

197197
Then, go and manually draft a release for your recently pushed tag with notes in

0 commit comments

Comments
 (0)