looped-in/CHANGELOG.md
Jeremy Dormitzer d056fd432d
Fix typo
2018-02-06 13:32:29 -05:00

30 lines
1.1 KiB
Markdown

# Change Log
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [1.1.0]
### Fixed
- Pointed the Firefox Add-On Store link in the readme to the right URL.
- Fixed project.clj so that the extension can be compiled with no additional profiles enabled.
### Removed
- Removed all analytics and usage tracking.
## [1.0.1]
### Added
- `lein build` alias to clean and compile JavaScript.
### Fixed
- Updated `manifest.json` version to match project version.
## [1.0.0] - 2018-02-04
### Added
- Functionality to fetch and display Hacker News comments for the current URL.
- Analytics through [Amplitude](https://amplitude.com).
[Unreleased]:https://github.com/jdormit/looped-in/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/jdormit/looped-in/compare/v1.0.1...v1.0.0
[1.0.1]: https://github.com/jdormit/looped-in/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/jdormit/looped-in/compare/9bf8d142c6a49b743da4b97574dfed0797dd5b2f...v1.0.0