Skip to content

Commit 67b2798

Browse files
committed
1.1.0
1 parent dbb0e6a commit 67b2798

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.1.0] - 2020-12-29
4+
5+
### Added
6+
7+
- Added Flow type definitions to repository.
8+
9+
### Changed
10+
11+
- Minor updates to documentation
12+
- Parallelized test jobs covering multiple Node versions in Travis-CI pipeline.
13+
314
## [1.0.6] - 2020-12-11
415

516
### Fixed
@@ -44,4 +55,4 @@
4455
- form builder example app
4556
- tests
4657
- travis-ci integration
47-
- documentation
58+
- documentation

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ginkgo-bioworks/react-json-schema-form-builder",
3-
"version": "1.0.6",
3+
"version": "1.1.0",
44
"description": "React Component for visually configuring a JSON Schema-based form",
55
"author": {
66
"name": "Nathan Alam",

0 commit comments

Comments
 (0)