Skip to content

Commit

Permalink
fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Feb 24, 2025
1 parent ba8d53f commit b5c7138
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.7] - 2025-02-24
### Fixed
- Version in package.json

## [1.0.6] - 2025-02-24
### Added
- `line-top` and `size` attributes to `OlaIssue`.
Expand Down Expand Up @@ -244,6 +248,7 @@ First version
[#35]: https://github.com/marketgoo/Ola-Emails/issues/35
[#36]: https://github.com/marketgoo/Ola-Emails/issues/36

[1.0.7]: https://github.com/marketgoo/Ola-Emails/compare/v1.0.6...v1.0.7
[1.0.6]: https://github.com/marketgoo/Ola-Emails/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/marketgoo/Ola-Emails/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/marketgoo/Ola-Emails/compare/v1.0.3...v1.0.4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marketgoo/ola-emails",
"description": "Ola design system implemented for emails, using MJML",
"version": "1.0.5",
"version": "1.0.7",
"main": "index.js",
"bin": {
"ola-emails": "bin.js"
Expand Down

0 comments on commit b5c7138

Please sign in to comment.