Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Feb 10, 2022
1 parent e9ece81 commit 2b5b1c3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.3.2](https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.3.2) - 2022-02-10

### Fixed
* Removes prefixing behaviour before numbers #200

---
## [0.3.1](https://github.com/FortAwesome/ember-fontawesome/releases/tag/0.3.1) - 2022-01-27

Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,18 +343,10 @@ being awesome contributors to this project. **We'd like to take a moment to reco
| <img src="https://github.com/mkszepp.png?size=72" /> | mkszepp | [@mkszepp](https://github.com/mkszepp) |
| <img src="https://github.com/davideferre.png?size=72" /> | davideferre | [@davideferre](https://github.com/davideferre) |
| <img src="https://github.com/st-h.png?size=72" /> | st-h | [@st-h](https://github.com/st-h) |
| <img src="https://github.com/stopfstedt.png?size=72" /> | stopfstedt | [@st-h](https://github.com/stopfstedt) |

If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.

The Font Awesome team:

| | Name | GitHub |
| :--------------------------------------------------------: | -------------- | -------------------------------------------------- |
| <img src="https://github.com/supercodepoet.png?size=72" /> | Travis Chase | [@supercodepoet](https://github.com/supercodepoet) |
| <img src="https://github.com/robmadole.png?size=72" /> | Rob Madole | [@robmadole](https://github.com/robmadole) |
| <img src="https://github.com/mlwilkerson.png?size=72" /> | Mike Wilkerson | [@mlwilkerson](https://github.com/mlwilkerson) |
| <img src="https://github.com/talbs.png?size=72" /> | Brian Talbot | [@talbs](https://github.com/talbs) |

## Releasing this project (only project owners can do this)

See [DEVELOPMENT.md](DEVELOPMENT.md#release)
Expand All @@ -364,7 +356,6 @@ Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.


License
------------------------------------------------------------------------------

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fortawesome/ember-fontawesome",
"description": "Official Ember component for Font Awesome 5",
"version": "0.3.1",
"version": "0.3.2",
"keywords": [
"ember-addon",
"fontawesome"
Expand Down Expand Up @@ -32,7 +32,8 @@
"Robert Clancy <github.com/dnstld>",
"mkszepp <github.com/mkszepp>",
"Davide Ferrero <github.com/davideferre>",
"Steve <github.com/st-h>"
"Steve <github.com/st-h>",
"Stefan Topfstedt <github.com/stopfstedt>"
],
"homepage": "https://github.com/FortAwesome/ember-fontawesome",
"scripts": {
Expand Down

0 comments on commit 2b5b1c3

Please sign in to comment.