Skip to content

Commit

Permalink
馃敄 bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Yago committed Jun 28, 2023
1 parent 238b333 commit 7654123
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.3] - 2023-06-28
### Fixed
- Fix build config and linter warnings

Expand All @@ -21,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- First POC

[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/antistatique/leckerli/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/antistatique/leckerli/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/antistatique/leckerli/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/antistatique/leckerli/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/antistatique/leckerli/releases/tag/v1.0.0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antistatique/leckerli",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lightweight and customisable GDPR cookie consent manager",
"private": false,
"repository": "https://github.com/antistatique/leckerli",
Expand Down Expand Up @@ -54,4 +54,4 @@
"typescript": "^5.1.5",
"vite": "^4.3.9"
}
}
}

0 comments on commit 7654123

Please sign in to comment.