Skip to content

Commit e3533ba

Browse files
committed
Release 1.0.2
1 parent 170f445 commit e3533ba

File tree

4 files changed

+3805
-3954
lines changed

4 files changed

+3805
-3954
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The 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

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test:all | Test all supported versions as specified in `config/ember-try.js`
2020
1. Edit `package.json` and update the version number
2121
1. Add new contributors to the `contributors` section
2222
1. 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`
2424
1. `npm publish`
2525
1. `npm publish --registry https://npm.fontawesome.com` (publish to Pro registry)
2626
1. `git add . && git commit -m 'Release VERSION'`

0 commit comments

Comments
 (0)