Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robmadole committed Aug 31, 2023
1 parent 170f445 commit e3533ba
Show file tree
Hide file tree
Showing 4 changed files with 3,805 additions and 3,954 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/).

---
## [1.0.2](https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.2) - 2023-08-31

### Fixed
* Fix Font Awesome 5 importing (#236)

---
## [1.0.1](https://github.com/FortAwesome/ember-fontawesome/releases/tag/1.0.1) - 2023-08-07

Expand Down
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test:all | Test all supported versions as specified in `config/ember-try.js`
1. Edit `package.json` and update the version number
1. Add new contributors to the `contributors` section
1. Update the `CHANGELOG.md`
1. `npm run build` and `npm run test`
1. `npm install` and `npm run build` and `npm run test`
1. `npm publish`
1. `npm publish --registry https://npm.fontawesome.com` (publish to Pro registry)
1. `git add . && git commit -m 'Release VERSION'`
Expand Down
Loading

0 comments on commit e3533ba

Please sign in to comment.