Skip to content

Commit a855ab3

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](1.2.1...1.3.0) (2023-04-07) ### Features * allow to set initial git branch with --branch (closes [#32](#32)) ([812fd01](812fd01))
1 parent 49e5dd2 commit a855ab3

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.3.0](https://github.com/sinedied/devto-cli/compare/1.2.1...1.3.0) (2023-04-07)
2+
3+
4+
### Features
5+
6+
* allow to set initial git branch with --branch (closes [#32](https://github.com/sinedied/devto-cli/issues/32)) ([812fd01](https://github.com/sinedied/devto-cli/commit/812fd019c0eaf898abb0ceece60539785a1db36e))
7+
18
## [1.2.1](https://github.com/sinedied/devto-cli/compare/1.2.0...1.2.1) (2022-08-24)
29

310

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sinedied/devto-cli",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "Dev.to authoring CLI to create and publish markdown files as articles, using assets hosted on GitHub.",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)