Skip to content

Commit

Permalink
chore(release): 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cakekindel committed Jun 4, 2021
1 parent b482a61 commit 13ecd13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

### 0.24.3 (2021-06-04)


### Bug Fixes

* html-root-updater should export readVersion ([#163](https://github.com/cakekindel/slack-blocks-rs/issues/163)) ([b482a61](https://github.com/cakekindel/slack-blocks-rs/commit/b482a61ec16d8de29616bfe7d0d78043d7044420))

### 0.24.2 (2021-06-04)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slack-blocks"
version = "0.24.2"
version = "0.24.3"
description = "Models + clientside validation for Slack's JSON Block Kit"

edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//! [issues]: https://github.com/cakekindel/slack-blocks-rs/issues/
//! [Conventional Commits]: https://www.conventionalcommits.org/en/v1.0.0/
#![doc(html_root_url = "https://docs.rs/slack-blocks/0.24.1")]
#![doc(html_root_url = "https://docs.rs/slack-blocks/0.24.3")]
#![cfg_attr(docsrs, feature(doc_cfg))]
#![cfg_attr(docsrs, feature(intra_rustdoc_links))]
#![deny(missing_docs)]
Expand Down

0 comments on commit 13ecd13

Please sign in to comment.