Skip to content

Commit

Permalink
chore(release): 🚀 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2023-02-17)

### Bug Fixes

* **config:** add lint, update ci ([8dad489](8dad489))
  • Loading branch information
semantic-release-bot committed Feb 17, 2023
1 parent 8dad489 commit 783ea70
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.4](https://github.com/entelecheia/jupyter-book-template/compare/v1.0.3...v1.0.4) (2023-02-17)


### Bug Fixes

* **config:** add lint, update ci ([8dad489](https://github.com/entelecheia/jupyter-book-template/commit/8dad4898948fe0686b5735d3aee03232b22f7e36))

## [1.0.3](https://github.com/entelecheia/jupyter-book-template/compare/v1.0.2...v1.0.3) (2023-02-16)


Expand Down
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": "jupyter-book-template",
"version": "1.0.3",
"version": "1.0.4",
"description": "A Template for Jupyter-Book with CI/CD workflows",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jupyter-book-template"
version = "1.0.3"
version = "1.0.4"
description = "A Template for Jupyter-Book with CI/CD workflows"
authors = ["Young Joon Lee <entelecheia@hotmail.com>"]
license = "CC-BY-4.0"
Expand All @@ -17,7 +17,7 @@ numpy = "^1.24.2"
ghp-import = "^2.1.0"

[tool.poetry.group.lint.dependencies]
black = { extras = ["jupyter"], version = "^23.1.0" }
black = { extras = ["jupyter"], version = "1.0.4" }
isort = "^5.12.0"

[build-system]
Expand Down

0 comments on commit 783ea70

Please sign in to comment.