diff --git a/CHANGELOG.md b/CHANGELOG.md index 17321556..40071a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,23 +1,29 @@ # tabler-icons-svelte changelog -### 1.5.0 +## 1.6.0 + +- Add Typescript support +- Move components from `/dist` to `/icons` +- Move index.js into the package root + +## 1.5.0 - Add 268 new icons added in [tabler-icons][tabler-icons] [v1.39.0](https://github.com/tabler/tabler-icons/releases/tag/v1.39.0) -### 1.4.0 +## 1.4.0 - Change default color to `currentColor`. ([#5](https://github.com/benflap/tabler-icons-svelte/issues/5)) -### 1.3.0 +## 1.3.0 - Add 18 new icons added in [tabler-icons][tabler-icons] [v1.38.0](https://github.com/tabler/tabler-icons/releases/tag/v1.38.0) - Add 18 new icons added in [tabler-icons][tabler-icons] [v1.37.0](https://github.com/tabler/tabler-icons/releases/tag/v1.37.0) -### 1.2.0 +## 1.2.0 - Add 21 new icons added in [tabler-icons][tabler-icons] [v1.36.0](https://github.com/tabler/tabler-icons/releases/tag/v1.36.0) -### 1.1.0 +## 1.1.0 - Add 42 new icons added in [tabler-icons][tabler-icons] [v1.35.0](https://github.com/tabler/tabler-icons/releases/tag/v1.35.0) - Renamed 3 icons diff --git a/package-lock.json b/package-lock.json index aa60f067..e209eeeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tabler-icons-svelte", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 327411e1..59f11fed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tabler-icons-svelte", - "version": "1.5.0", + "version": "1.6.0", "description": "Tabler Icons as svelte components.", "license": "MIT", "author": "Ben Lapp ",