diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..1e5608c --- /dev/null +++ b/changelog.md @@ -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 \ No newline at end of file diff --git a/package.json b/package.json index 4ff1a63..7214a50 100644 --- a/package.json +++ b/package.json @@ -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": {