Skip to content

Commit 7f1eef9

Browse files
committed
Versioning in ChangeLog and Package.json
1 parent e4451e3 commit 7f1eef9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# Changelog
22

33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
4-
## [Unreleased]
4+
## [0.1.1] - 2022-01-12
55

6-
### Added
7-
- Switch filter cards restrictions handling from array to set for performance boost PR #150
86
### Fixed
97
- Fix redundant double fetch bug PR #150
108
- Fixed issue with parsing NaNs and infinities (#147) PR #150
@@ -13,6 +11,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1311
- Fixed flexbox grow issues with safari by adding prefix. PR #142
1412
- Fixed bug with the LabBook Dockerfile PR #164
1513
- Updated pharus version to 0.2.2 PR #164
14+
- Switch filter cards restrictions handling from array to set for performance boost PR #150
1615

1716
## [0.1.0] - 2021-03-31
1817
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "datajoint-labbook",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A frontend with graphical user interface for DataJoint pipelines built using React.",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)