-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from hexojs/add-changelog
Add changelog
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.4] | ||
### Changed | ||
- remove `console.log` | ||
|
||
## [1.0.3] | ||
### Added | ||
- add specs | ||
- support for root level assets | ||
|
||
## [1.0.2] | ||
### Changed | ||
- decrease after_generate filter priority for better integration with other plugins | ||
|
||
## [1.0.1] | ||
### Changed | ||
- renamed to `hexo-filter-responsive-images` | ||
- optimized for `hexo server` | ||
|
||
## [1.0.0] | ||
### Added | ||
- Initial version published as `hexo-responsive-images` |