Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.0 refactor #56

Merged
merged 14 commits into from
Aug 19, 2024
Prev Previous commit
Next Next commit
Merge branch 'master' into 0.6.0-refactor
StorytellerCZ committed Nov 12, 2023
commit e54a048b45c6f8121ea9a87bd309362801f433b5
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -14,6 +14,16 @@
- Added option to set the timesync URL using `TimeSync.setSyncUrl`
- ... more to come, v0.6.0 is a work in progress!

## v0.5.3

- Bump minimum Meteor version to 1.12
- Take into account `ROOT_URL` environment variable if set

## v0.5.2

- Travis CI NodeJS environment updated to use Node 12 and 14
- Updated package resolution to work for Meteor 2.3

## v0.5.1

- Fix an issue where `TimeSync.ServerTime` returned NaN when executed in meteor-desktop.
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ Package.describe({
name: 'mizzao:timesync',
summary: 'NTP-style time synchronization between server and client',
version: '0.6.0',
git: 'https://github.com/mizzao/meteor-timesync.git'
git: "https://github.com/Meteor-Community-Packages/meteor-timesync"
});

Package.onUse(function (api) {
You are viewing a condensed version of this merge commit. You can view the full changes here.