simple-http-bin 0.1.1 → 0.2.0

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 +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,3 +49,12 @@ curl http://127.0.0.1:51234/headers
49
49
  curl -X POST http://127.0.0.1:51234/anything -d "hello"
50
50
  curl -i http://127.0.0.1:51234/status/418
51
51
  ```
52
+
53
+ ## Release
54
+
55
+ ```bash
56
+ make release-patch
57
+ make release-minor
58
+ make release-major
59
+ make publish
60
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-http-bin",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "A tiny local httpbin-like utility",
5
5
  "license": "MIT",
6
6
  "keywords": [