Skip to content

Commit 1a8594b

Browse files
committed
chore(release): 0.19.2
1 parent da4d125 commit 1a8594b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
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.
44

5+
### 0.19.2 (2021-05-25)
6+
7+
8+
### Features
9+
10+
* context builder ([#147](https://github.com/cakekindel/slack-blocks-rs/issues/147)) ([da4d125](https://github.com/cakekindel/slack-blocks-rs/commit/da4d1253442f141af9332f17f6ef6583a84f7bac))
11+
512
### 0.19.1 (2021-05-25)
613

714

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "slack-blocks"
3-
version = "0.19.1"
3+
version = "0.19.2"
44
description = "Models + clientside validation for Slack's JSON Block Kit"
55

66
edition = "2018"

0 commit comments

Comments
 (0)