Skip to content

Commit

Permalink
Fix issue with options property in ParadoxElementOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsc6955 committed Jan 18, 2024
1 parent f1aed90 commit 33adf40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.5] - 2024-01-18
### Fixed
- [#24 options property should also be included in ParadoxElementOptions](https://github.com/ProjectPenrose/paradox/issues/24) by adding new type `ParadoxElementChildren`

## [0.4.4] - 2024-01-18
### Fixed
- [#22 RouterProps should allow key: string: any](https://github.com/ProjectPenrose/paradox/issues/22)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "penrose-paradox",
"version": "0.4.4",
"version": "0.4.5",
"description": "Simple vanilla JavaScript library for beginners",
"keywords": [
"penrose",
Expand Down

0 comments on commit 33adf40

Please sign in to comment.