Skip to content

Commit

Permalink
chore: release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indaco committed Dec 18, 2023
1 parent f86c16b commit dde04c9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .changes/6.2.0.md → .changes/7.0.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## 6.2.0 - 2023-12-18
## 7.0.0 - 2023-12-18

[compare changes](https://github.com/indaco/svelte-iconoir/compare/v6.1.0...6.2.0)
[compare changes](https://github.com/indaco/svelte-iconoir/compare/v6.1.0...7.0.0)

### 🚨 Breaking Changes

- Drop support to `Node.js 16`

### 📖 Documentation

Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
The format adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [changelogen](https://github.com/unjs/changelogen) and managed with [Changie](https://github.com/miniscruff/changie).

## 6.2.0 - 2023-12-18
## 7.0.0 - 2023-12-18

[compare changes](https://github.com/indaco/svelte-iconoir/compare/v6.1.0...6.2.0)
[compare changes](https://github.com/indaco/svelte-iconoir/compare/v6.1.0...7.0.0)

### Breaking

- Drop support to `Node.js 16`

### 📖 Documentation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The entire [iconoir](https://github.com/lucaburgio/iconoir) set (1300+ SVG icons

See all available icons on the **iconoir** [homepage](https://iconoir.com/)

> `svelte-iconoir@6.2.x` matches `iconoir@7.2.0`
> `svelte-iconoir@7.0.x` matches `iconoir@7.2.0`
## Install

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@indaco/svelte-iconoir",
"version": "6.2.0",
"version": "7.0.0",
"description": "Iconoir SVG icons as Svelte components.",
"keywords": [
"iconoir",
Expand Down

0 comments on commit dde04c9

Please sign in to comment.