Skip to content

Commit

Permalink
Add version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoern-hempel committed Dec 29, 2023
1 parent 33fecfa commit 7695d54
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
REACT_APP_CALENDAR_BUILDER_URL=https://builder.twelvepics.com

# Version of this app
REACT_APP_VERSION_APP=0.1.9
REACT_APP_VERSION_APP=0.1.10

# Needs api version (See https://jubianchi.github.io/semver-check)
REACT_APP_VERSION_API=^0.1.18
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Changelogs

### [0.1.10] - 2023-12-29

* Adjustments for the birthday and holiday version.

### [0.1.9] - 2023-12-23

* Add chapter what you see
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.9
0.1.10
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-calendar-viewer",
"version": "0.1.8",
"version": "0.1.10",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand Down

0 comments on commit 7695d54

Please sign in to comment.