Skip to content

Commit a17a3c3

Browse files
[ci] release (#239)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1d6179a commit a17a3c3

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/curvy-balloons-confess.md

-5
This file was deleted.

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# robot3
22

3+
## 1.1.1
4+
5+
### Patch Changes
6+
7+
- 1d6179a: Fixes types for the state() function.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "robot3",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A functional, immutable Finite State Machine library",
55
"main": "dist/machine.js",
66
"types": "./index.d.ts",

packages/lit-robot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"lit": "^3.1.3",
35-
"robot3": "1.1.0"
35+
"robot3": "1.1.1"
3636
},
3737
"wireit": {
3838
"test": {

0 commit comments

Comments
 (0)