Skip to content

Commit

Permalink
chore(release): 2024.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
becmer committed Sep 3, 2024
1 parent 818a790 commit 5234d70
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .versionrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"packageFiles": ["build.gradle.kts"],
"bumpFiles": ["build.gradle.kts"]
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## 2024.1.0 (2024-09-03)


### Features

* **Core:** Add a service to manage `book.toml` files ([d1daee3](https://github.com/becmer/mdbook-jetbrains/commit/d1daee3a4b51c59340e2750fa2f6ab8bbd051f90))
* **Core:** Add coroutine-based child process management ([09a89d6](https://github.com/becmer/mdbook-jetbrains/commit/09a89d694298cadef78ea9fb68f99af9a1aa1c94))
* **UI/UX:** Add a tool window to render books ([2b4f114](https://github.com/becmer/mdbook-jetbrains/commit/2b4f114fedd8ba0ce8bfad1a46e36bab7cd23327))
* **Plugin:** Prepare the plugin for initial release ([818a790](https://github.com/becmer/mdbook-jetbrains/commit/818a79009ea1b96b87918de3d8e6ebfcd0547366))

0 comments on commit 5234d70

Please sign in to comment.