hubot 10.0.3 → 10.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
 
7
7
  # Hubot
8
8
 
9
+ **Note: v10.0.4 contains the removal of CoffeeScript**
10
+
11
+ Semver is looking for **BREAKING CHANGE** singular, not **BREAKING CHANGES**. As a result, the removal of CoffeeScript was marked as the `v10.0.4` release.
12
+
9
13
  Hubot is a framework to build chat bots, modeled after GitHub's Campfire bot of the same name, hubot.
10
14
  He's pretty cool. He's [extendable with scripts](https://hubotio.github.io/hubot/docs#scripts) and can work
11
15
  on [many different chat services](https://hubotio.github.io/hubot/adapters.html).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hubot",
3
- "version": "10.0.3",
3
+ "version": "10.0.5",
4
4
  "author": "hubot",
5
5
  "keywords": [
6
6
  "github",