donder-release-cli 1.1.3 → 1.2.1

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 +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,4 +35,3 @@ donder-release --help
35
35
  - Add tests
36
36
  - Add CI
37
37
  - Add support to other git providers(?)
38
- - Add support for mono-repos(?)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "donder-release-cli",
3
- "version": "1.1.3",
3
+ "version": "1.2.1",
4
4
  "description": "Quickly create releases on Github from the command line or CI using conventional commits.",
5
5
  "author": "Bruno Morgado <bruno@cloudoki.com>",
6
6
  "license": "MIT",