Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siilwyn committed Aug 9, 2024
1 parent 9ad1316 commit 1996d0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.1] - 2024-08-09
### Fixed
- Vue component package entrypoints

## [1.0.0] - 2024-08-09
### Added
- Vue component release

[1.0.1]: https://github.com/voorhoede/Image/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/voorhoede/Image/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions image-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voorhoede/image-vue",
"version": "1.0.0",
"version": "1.0.1",
"description": "Optimized CDN image component",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -31,4 +31,4 @@
],
"author": "De Voorhoede (https://www.voorhoede.nl/)",
"license": "ISC"
}
}

0 comments on commit 1996d0a

Please sign in to comment.