Skip to content

Commit 516a5bb

Browse files
committed
v2.1.3
1 parent 692f6f0 commit 516a5bb

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
## [2.1.3](https://github.com/xt0rted/heroicons-tag-helper/compare/v2.1.2...v2.1.3) - 2024-04-07
6+
7+
- Bumped `heroicons` from 2.1.2 to 2.1.3
8+
59
## [2.1.2](https://github.com/xt0rted/heroicons-tag-helper/compare/v2.1.1...v2.1.2) - 2024-04-07
610

711
- Bumped `heroicons` from 2.1.1 to 2.1.2

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<PropertyGroup>
13-
<VersionPrefix>2.1.2</VersionPrefix>
13+
<VersionPrefix>2.1.3</VersionPrefix>
1414
<Authors>Brian Surowiec</Authors>
1515
</PropertyGroup>
1616

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "markdownlint \"**/*.md\" --ignore node_modules"
66
},
77
"dependencies": {
8-
"heroicons": "2.1.2"
8+
"heroicons": "2.1.3"
99
},
1010
"devDependencies": {
1111
"markdownlint-cli": "^0.39.0"

0 commit comments

Comments
 (0)