Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tilk committed Feb 22, 2022
1 parent 866b074 commit ea7cef2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Changelog
All notable changes to this project will be documented in this file.

## [Unreleased]
## [0.12.0] -- 2022-02-22

### Fixed
- Fix the lifetime of the event listeners for the sub-windows (Contributor: Yichao Yu)
- Fix binary mux transform for Yosys 0.12 and later
- Elkjs layout change marked as batch (Contributor: Yichao Yu)
- Save IO port orders for subcircuits (Contributor: Yichao Yu)

## [0.11.0] -- 2022-02-03

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "digitaljs",
"version": "0.11.0",
"version": "0.12.0",
"description": "Digital logic simulator",
"main": "./lib/circuit.js",
"files": [
Expand Down

0 comments on commit ea7cef2

Please # to comment.