Skip to content

Commit 87ff8cb

Browse files
chore(release): 1.2.0 [skip ci]
## [1.2.0](v1.1.0...v1.2.0) (2024-11-06) ### Features * add ability to pass PHPIconsConfigBuilder when instantiating PHPIcons ([fb73e9a](fb73e9a)) * add global icon(…) function ([#3](#3)) ([c2d64cd](c2d64cd))
1 parent fb73e9a commit 87ff8cb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [1.2.0](https://github.com/yassinedoghri/php-icons/compare/v1.1.0...v1.2.0) (2024-11-06)
2+
3+
### Features
4+
5+
- add ability to pass PHPIconsConfigBuilder when instantiating PHPIcons
6+
([fb73e9a](https://github.com/yassinedoghri/php-icons/commit/fb73e9a924c809aff6012b5e6297d22581a35b5b))
7+
- add global icon(…) function
8+
([#3](https://github.com/yassinedoghri/php-icons/issues/3))
9+
([c2d64cd](https://github.com/yassinedoghri/php-icons/commit/c2d64cd7b2b42bf1faf32030f5bd6fe0c7cfddaa))
10+
111
## [1.1.0](https://github.com/yassinedoghri/php-icons/compare/v1.0.0...v1.1.0) (2024-10-07)
212

313
### Internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "php-icons",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A PHP library based on iconify's API to download and render svg icons from popular open source icon sets.",
55
"private": true,
66
"author": {

0 commit comments

Comments
 (0)