From 0a57d0ed71728be2af2c909ea89e9bd136512f71 Mon Sep 17 00:00:00 2001 From: Dan Enman Date: Thu, 16 Jul 2020 16:40:31 -0300 Subject: [PATCH] Bump version to 0.9.12 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 118ca5ffa..139a71934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.12] - 2020-07-16 + +- Remove "AI/ML" category since it has no products +- Fix searching for a category with a space + ## [0.9.11] - 2020-07-15 - Add Chec gradient colors. diff --git a/package.json b/package.json index 50ff3695c..522903ee7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@manifoldco/ui", "description": "Manifold UI", - "version": "0.9.11", + "version": "0.9.12", "repository": { "type": "git", "url": "git+https://github.com/manifoldco/ui.git"