Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Create patch release 1.3.1 (#287)
Browse files Browse the repository at this point in the history
This includes a small fix to error messages thrown from prop validation. (also fixes CI)
  • Loading branch information
ZoteTheMighty committed Nov 19, 2020
1 parent 8f415a5 commit 380c3d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
with:
submodules: true

- uses: leafo/gh-actions-lua@v5
- uses: leafo/gh-actions-lua@v8
with:
luaVersion: "5.1"

- uses: leafo/gh-actions-luarocks@v2
- uses: leafo/gh-actions-luarocks@v4

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased Changes

## [1.3.1](https://github.com/Roblox/roact/releases/tag/v1.3.0) (November 19th, 2020)
* Added component name to property validation error message ([#275](https://github.com/Roblox/roact/pull/275))

## [1.3.0](https://github.com/Roblox/roact/releases/tag/v1.3.0) (May 5th, 2020)
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name = "roblox/roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "src"
version = "1.3.0"
version = "1.3.1"

0 comments on commit 380c3d6

Please sign in to comment.