Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 6, 2024
1 parent fb73e9a commit 87ff8cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.2.0](https://github.com/yassinedoghri/php-icons/compare/v1.1.0...v1.2.0) (2024-11-06)

### Features

- add ability to pass PHPIconsConfigBuilder when instantiating PHPIcons
([fb73e9a](https://github.com/yassinedoghri/php-icons/commit/fb73e9a924c809aff6012b5e6297d22581a35b5b))
- add global icon(…) function
([#3](https://github.com/yassinedoghri/php-icons/issues/3))
([c2d64cd](https://github.com/yassinedoghri/php-icons/commit/c2d64cd7b2b42bf1faf32030f5bd6fe0c7cfddaa))

## [1.1.0](https://github.com/yassinedoghri/php-icons/compare/v1.0.0...v1.1.0) (2024-10-07)

### Internal
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": "php-icons",
"version": "1.1.0",
"version": "1.2.0",
"description": "A PHP library based on iconify's API to download and render svg icons from popular open source icon sets.",
"private": true,
"author": {
Expand Down

0 comments on commit 87ff8cb

Please sign in to comment.