We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423ba66 commit 287aa8dCopy full SHA for 287aa8d
CHANGELOG.md
@@ -1,7 +1,9 @@
1
# Changelog
2
3
-## Unreleased
+## 6.1.0 (05-28-2020)
4
5
+- Remove references to PropTypes from type definitions.
6
+ [#907](https://github.com/FormidableLabs/spectacle/pull/907)
7
- Enhance hot key support for Linux users.
8
[#905](https://github.com/FormidableLabs/spectacle/pull/905)
9
CONTRIBUTING.md
@@ -191,7 +191,7 @@ $ npm version [patch|minor|major|<version>]
191
$ npm publish
192
193
# (4) Then, update github with the associated tag
194
-$ git push --tags
+$ git push --tags && git push
195
```
196
197
Then, go and manually draft a release for your recently pushed tag with notes in
0 commit comments