Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2021-10-05)

### Bug Fixes

* --repo option ([ee34a21](ee34a21))
* api debug infos ([23a81ed](23a81ed))
* api throttling ([53c5200](53c5200))
* article template message ([b44f206](b44f206))
* article update comparison ([6d1208c](6d1208c))
* better yaml formatting ([557ec78](557ec78))
* catch stats errors ([c9553a6](c9553a6))
* cli export ([1195016](1195016))
* create empty commit before branch renaming ([3f0580e](3f0580e))
* error log ([716388c](716388c))
* extra coma ([a426737](a426737))
* front matter meta from dev.to ([26a5364](26a5364))
* metadata merging from api ([256546b](256546b))
* metadata parsing ([320c449](320c449))
* missing await ([4318eea](4318eea))
* publish error catch ([fbb5201](fbb5201))
* push exit code ([1d447d9](1d447d9))
* remote metadata and reconciliation ([bd374e2](bd374e2))
* remove pull test ([d7a3b8a](d7a3b8a))
* stop spinner in case of error ([25af668](25af668))
* typo ([2b11f93](2b11f93))
* update api ([2dc145c](2dc145c))
* update publish workflow ([3e95846](3e95846))

### Features

* add article creation method ([99307f7](99307f7))
* add branch option ([6ab229f](6ab229f))
* add git init ([372d0f7](372d0f7))
* add gitignore to template ([2dc6179](2dc6179))
* add initial init implementation ([18eac5d](18eac5d))
* add markdown files filtering ([d8fcd0f](d8fcd0f))
* add new cli options ([f3ed8ec](f3ed8ec))
* add new command ([0092d06](0092d06))
* add out of sync warning ([1c77da4](1c77da4))
* add spinner to init command ([516662a](516662a))
* add spinner to stats command ([891fd73](891fd73))
* add util methods ([4aa035b](4aa035b))
* add workflow template ([fa50578](fa50578))
* added image checking ([a6b829b](a6b829b))
* check images by default ([23ab93b](23ab93b))
* complete init implementation ([fe9b6e8](fe9b6e8))
* complete publish command ([59527c8](59527c8))
* get & check existing repo before init ([d402684](d402684))
* git init to main branch ([867d905](867d905))
* handle api pagination ([70fa66c](70fa66c))
* initial commit ([6490638](6490638))
* update GHA workflow ([5f86477](5f86477))
  • Loading branch information
semantic-release-bot committed Oct 5, 2021
1 parent 7cbe5a0 commit acbfd36
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 3 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 1.0.0 (2021-10-05)


### Bug Fixes

* --repo option ([ee34a21](https://github.com/sinedied/devto-cli/commit/ee34a21b0a879a2af175b17ecf80eedd0cc0e53c))
* api debug infos ([23a81ed](https://github.com/sinedied/devto-cli/commit/23a81edac054095d1a8e8f084bba7370dda79ea6))
* api throttling ([53c5200](https://github.com/sinedied/devto-cli/commit/53c5200eafcd10ed17f82ceb8b6d7548988df06e))
* article template message ([b44f206](https://github.com/sinedied/devto-cli/commit/b44f2069427db0086bac66515f3665e0f7cf84da))
* article update comparison ([6d1208c](https://github.com/sinedied/devto-cli/commit/6d1208cbaa2ba6930a5a023c8b795c3813520ff4))
* better yaml formatting ([557ec78](https://github.com/sinedied/devto-cli/commit/557ec7860d87040336ef5aab3471a4962e6784f8))
* catch stats errors ([c9553a6](https://github.com/sinedied/devto-cli/commit/c9553a693a81259f168335438985106bcfe5aa28))
* cli export ([1195016](https://github.com/sinedied/devto-cli/commit/1195016ed6856e379c7570eed60715e715e79b8f))
* create empty commit before branch renaming ([3f0580e](https://github.com/sinedied/devto-cli/commit/3f0580ebeb59f4ade2826ab86b53bb2960c7871f))
* error log ([716388c](https://github.com/sinedied/devto-cli/commit/716388ca10021b65edd9cd8b885105d3c1b955ed))
* extra coma ([a426737](https://github.com/sinedied/devto-cli/commit/a42673799e6185fb58838fa35df21531c7e8fc48))
* front matter meta from dev.to ([26a5364](https://github.com/sinedied/devto-cli/commit/26a53641dcaa264704f3534e6752ea3bca62a72f))
* metadata merging from api ([256546b](https://github.com/sinedied/devto-cli/commit/256546bc638a3a28f50e7e5a582e5f1f5b12e0d7))
* metadata parsing ([320c449](https://github.com/sinedied/devto-cli/commit/320c449ae54965bba9daa48758bcc13106ef9347))
* missing await ([4318eea](https://github.com/sinedied/devto-cli/commit/4318eea43ce04d261e639035fd5c378e236951f1))
* publish error catch ([fbb5201](https://github.com/sinedied/devto-cli/commit/fbb5201aec7e3399a7340287908b4c18cad07aa0))
* push exit code ([1d447d9](https://github.com/sinedied/devto-cli/commit/1d447d91d8e9f22df58a18cfe8c29dbad9b5974c))
* remote metadata and reconciliation ([bd374e2](https://github.com/sinedied/devto-cli/commit/bd374e2d461c5f29d238016dbdde5ece2e61d441))
* remove pull test ([d7a3b8a](https://github.com/sinedied/devto-cli/commit/d7a3b8abfe1ab5b034d2f61b493d039744ea5d6f))
* stop spinner in case of error ([25af668](https://github.com/sinedied/devto-cli/commit/25af668077c121a7d64d90d35cad83ce539d689c))
* typo ([2b11f93](https://github.com/sinedied/devto-cli/commit/2b11f93dd3c0e9e2f9e5659623c209d7d645ecd7))
* update api ([2dc145c](https://github.com/sinedied/devto-cli/commit/2dc145c798fab99ef79769b53e979e0c957598e8))
* update publish workflow ([3e95846](https://github.com/sinedied/devto-cli/commit/3e9584606e5665d0f465dc62701dae84e3ca7c43))


### Features

* add article creation method ([99307f7](https://github.com/sinedied/devto-cli/commit/99307f7799b56798398e5583ab3cd54a5a935cf8))
* add branch option ([6ab229f](https://github.com/sinedied/devto-cli/commit/6ab229f69876f48855ea7ab3de9ea60519c19b0d))
* add git init ([372d0f7](https://github.com/sinedied/devto-cli/commit/372d0f727579d9f6ed4232ddbbfa5117078bf254))
* add gitignore to template ([2dc6179](https://github.com/sinedied/devto-cli/commit/2dc6179d8bb337524f13c73d6333b295d8e16282))
* add initial init implementation ([18eac5d](https://github.com/sinedied/devto-cli/commit/18eac5d3a2b679bde269a67aa4d268803490de36))
* add markdown files filtering ([d8fcd0f](https://github.com/sinedied/devto-cli/commit/d8fcd0fcac88bfa675877e78116e870f11cfd76f))
* add new cli options ([f3ed8ec](https://github.com/sinedied/devto-cli/commit/f3ed8ec6fbd5fc309e51281f23e42f2acafd0845))
* add new command ([0092d06](https://github.com/sinedied/devto-cli/commit/0092d06603be3939262943879be8bc08edfb5e15))
* add out of sync warning ([1c77da4](https://github.com/sinedied/devto-cli/commit/1c77da4fd8173e792c3b324b5cb018dbf6be3584))
* add spinner to init command ([516662a](https://github.com/sinedied/devto-cli/commit/516662a4050169d66c2572cfe44a1f2ec90e20fb))
* add spinner to stats command ([891fd73](https://github.com/sinedied/devto-cli/commit/891fd73631c243d2bc406fc82f5d0dcf12602bb9))
* add util methods ([4aa035b](https://github.com/sinedied/devto-cli/commit/4aa035b95b221680cb1872aa5f926b0531cf9320))
* add workflow template ([fa50578](https://github.com/sinedied/devto-cli/commit/fa50578f254c7b19f679d4535340e2ddad908a30))
* added image checking ([a6b829b](https://github.com/sinedied/devto-cli/commit/a6b829bd4381215713bfda841cdcccbb8bea6ec3))
* check images by default ([23ab93b](https://github.com/sinedied/devto-cli/commit/23ab93bafac5982a7e889b10561ee3b02e49994d))
* complete init implementation ([fe9b6e8](https://github.com/sinedied/devto-cli/commit/fe9b6e833b0ebbd8516dcc1b9471793b5be51b33))
* complete publish command ([59527c8](https://github.com/sinedied/devto-cli/commit/59527c82cd94b3c828e87dd3efbc38ec96153781))
* get & check existing repo before init ([d402684](https://github.com/sinedied/devto-cli/commit/d402684879b2bb29cf14d1bee72e9f89003073e0))
* git init to main branch ([867d905](https://github.com/sinedied/devto-cli/commit/867d905c34d5c3cc99451824a06012007c6992b5))
* handle api pagination ([70fa66c](https://github.com/sinedied/devto-cli/commit/70fa66c81b93bfe65f5c2c9650e7a3ada6554089))
* initial commit ([6490638](https://github.com/sinedied/devto-cli/commit/6490638eb198ca9ee43912ed437e17379b3da932))
* update GHA workflow ([5f86477](https://github.com/sinedied/devto-cli/commit/5f86477baa00122dc39f49e4c8ca988ee2e5c71d))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sinedied/devto-cli",
"version": "0.0.0",
"version": "1.0.0",
"description": "Dev.to authoring CLI to create and publish markdown files as articles, using assets hosted on GitHub.",
"type": "module",
"repository": {
Expand Down

0 comments on commit acbfd36

Please sign in to comment.