Skip to content

Commit

Permalink
Release VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseythejackson committed Mar 31, 2023
1 parent 9f9bbf6 commit 4d49693
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

---

## [0.5.0](https://github.com/FortAwesome/fa-icon-chooser/releases/tag/0.5.0) - 2023-03-31

### Added

- Support for Sharp Regular and Sharp Light

## [0.4.1](https://github.com/FortAwesome/fa-icon-chooser/releases/tag/0.4.1) - 2022-08-31

### Changed
Expand Down Expand Up @@ -32,4 +39,3 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Added

- Initial version

4 changes: 2 additions & 2 deletions packages/fa-icon-chooser-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fortawesome/fa-icon-chooser-react",
"sideEffects": false,
"version": "0.4.1",
"version": "0.5.0",
"license": "MIT",
"private": false,
"description": "React specific wrapper for @fortawesome/fa-icon-chooser",
Expand Down Expand Up @@ -35,7 +35,7 @@
"typescript": "^4.3.2"
},
"dependencies": {
"@fortawesome/fa-icon-chooser": "0.4.1"
"@fortawesome/fa-icon-chooser": "0.5.0"
},
"peerDependencies": {
"react": "^16 || ^17",
Expand Down

0 comments on commit 4d49693

Please sign in to comment.