We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a4ade commit 8541433Copy full SHA for 8541433
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 1.3.3
2
+* Fix bug preventing correct package contents from being uploaded to npm
3
+* Fix bug preventing empty slack instances from adding and syncing emoji
4
+
5
+# 1.3.2
6
+* Add keywords, bin, etc to package.json
7
+* Add module usage instructions to readme
8
9
10
# 1.3.1
11
* Create CHANGELOG.md
12
* Allow certain required `Add` params to be nulled out by providing an empty string
package.json
@@ -8,7 +8,7 @@
"download",
"upload"
],
- "version": "1.3.2",
+ "version": "1.3.3",
"author": "Jack Ellenberger <jellenberger@uchicago.edu>",
13
"repository": {
14
"type": "git",
0 commit comments