Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Mar 15, 2024
1 parent 77574bf commit 7e0ec34
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ember-power-calendar/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@




## v1.0.1 (2024-03-15)

#### :bug: Bug Fix
* [#429](https://github.com/cibernox/ember-power-calendar/pull/429) Use datelibrary to compare months ([@eltonvus](https://github.com/eltonvus))

#### :house: Internal
* [#430](https://github.com/cibernox/ember-power-calendar/pull/430) Remove NodeJs info (not necessary for v2 addon) ([@mkszepp](https://github.com/mkszepp))

#### Committers: 2
- Elton ([@eltonvus](https://github.com/eltonvus))
- [@mkszepp](https://github.com/mkszepp)

## v1.0.0 (2024-03-12)

Braking parts:
Expand Down
2 changes: 1 addition & 1 deletion ember-power-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-calendar",
"version": "1.0.0",
"version": "1.0.1",
"description": "Powerful and customizable calendar component for Ember",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
},
"npm": false
},
"version": "1.0.0"
"version": "1.0.1"
}

0 comments on commit 7e0ec34

Please sign in to comment.