Skip to content

Commit

Permalink
update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLoy committed Dec 5, 2024
1 parent 96c036b commit 2787c81
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,14 @@ You can easly customize the countdown using the css theme starter file or create

### Changelog

#### 2.0.0
This version may have breaking changes, if your website is working well with 1.7.0, you may want to stay on the previous version.
- fix plurals in a generic way [#52](https://github.com/VincentLoy/simplyCountdown.js/pull/52)
- Thumbs up to [mira01](https://github.com/mira01) that fixed [#51](https://github.com/VincentLoy/simplyCountdown.js/issues/51), [#23](https://github.com/VincentLoy/simplyCountdown.js/issues/23) & [#42](https://github.com/VincentLoy/simplyCountdown.js/issues/42) !
- Added the `inlineSeparator` parameter. Previously, the inline mode only supported a comma-separated countdown. Now, you can customize the separator, using options like |, /, -, or any character that suits your needs.
- Fix potential UTC-related issues (fingers crossed!).


#### 1.7.0
- Countdowns can be initialized directly with HTML elements with variables like
- document.getElementById
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": "simplycountdown.js",
"description": "Tiny Javascript Countdown",
"version": "1.7.0",
"version": "2.0.0",
"homepage": "http://vincentloy.github.io/simplyCountdown.js",
"author": {
"name": "Vincent Loy",
Expand Down

0 comments on commit 2787c81

Please sign in to comment.