Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
newsproutsmedia committed Jun 2, 2021
1 parent f4977ce commit a9c79f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.5] - 2021-06-03
### Changed
- Added changelog.md

## [1.0.4] - 2021-06-02
This should be considered the initial release

### Changed
- Fixed main source in package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-remark-extract-image-attributes",
"version": "1.0.4",
"version": "1.0.5",
"description": "Gatsby Transformer Remark plugin that extracts data attributes from images in Markdown (.md) files and adds them to the AST stream for later processing.",
"main": "src/index.js",
"jest": {
Expand Down

0 comments on commit a9c79f9

Please sign in to comment.