File tree Expand file tree Collapse file tree 4 files changed +3805
-3954
lines changed
Expand file tree Collapse file tree 4 files changed +3805
-3954
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7+ ---
8+ ## [ 1.0.2] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.2 ) - 2023-08-31
9+
10+ ### Fixed
11+ * Fix Font Awesome 5 importing (#236 )
12+
713---
814## [ 1.0.1] ( https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.1 ) - 2023-08-07
915
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ test:all | Test all supported versions as specified in `config/ember-try.js`
20201 . Edit ` package.json ` and update the version number
21211 . Add new contributors to the ` contributors ` section
22221 . Update the ` CHANGELOG.md `
23- 1 . ` npm run build ` and ` npm run test `
23+ 1 . ` npm install ` and ` npm run build` and ` npm run test `
24241 . ` npm publish `
25251 . ` npm publish --registry https://npm.fontawesome.com ` (publish to Pro registry)
26261 . ` git add . && git commit -m 'Release VERSION' `
You can’t perform that action at this time.
0 commit comments