From acec56cb01dc219763d0c3d94fa55e69d79ba721 Mon Sep 17 00:00:00 2001 From: roll Date: Mon, 5 Oct 2020 18:05:56 +0300 Subject: [PATCH] v1.1.0 --- README.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd7aa7c..7a9ee0a 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,10 @@ $ npm run test Here described only breaking and the most important changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/datapackage-ui/commits/master). +#### v1.1 + +- An ability to extend the package editor (#272) + #### v1.0 - Initial release of the library diff --git a/package.json b/package.json index 34f155f..9efd2fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datapackage-ui", - "version": "1.0.12", + "version": "1.1.0", "license": "MIT", "author": "roll ", "description": "UI components for datapackage",