From ef2fcfe016e6ffc4e2d7668345e3bdb65de67a7c Mon Sep 17 00:00:00 2001 From: metonym Date: Mon, 1 Nov 2021 12:19:26 -0700 Subject: [PATCH] v1.7.0 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f18e89..73a7815 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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). +## [1.7.0](https://github.com/metonym/svelte-bootstrap-icons/releases/tag/v1.7.0) - 2021-11-01 + +- Upgrade `bootstrap-icons` to v1.7.0 (+115 icons) + ## [1.6.1](https://github.com/metonym/svelte-bootstrap-icons/releases/tag/v1.6.1) - 2021-10-18 - Upgrade `bootstrap-icons` to v1.6.1 diff --git a/package.json b/package.json index 3d7751a..9d0d80a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte-bootstrap-icons", - "version": "1.6.1", + "version": "1.7.0", "license": "MIT", "description": "Bootstrap SVG icons as Svelte components", "author": "Eric Liu (https://github.com/metonym)",