From 09f0f51824eb4035beaec0db08b5a32dfc78c150 Mon Sep 17 00:00:00 2001 From: Marek Materzok Date: Wed, 6 Oct 2021 13:46:38 +0200 Subject: [PATCH] Bump version number. --- ChangeLog.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a03a746..15048be 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [Unreleased] +## [0.10.0] -- 2021-10-06 ### Added - The `Dff` block can now have built-in synchronous reset. diff --git a/package-lock.json b/package-lock.json index 83757b7..5b57934 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "digitaljs", - "version": "0.9.0", + "version": "0.10.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cf98681..a584f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digitaljs", - "version": "0.9.0", + "version": "0.10.0", "description": "Digital logic simulator", "main": "./lib/circuit.js", "files": [