mirror of
https://github.com/samsonjs/strftime.git
synced 2026-04-27 14:57:37 +00:00
Update contributors and copyright year
This commit is contained in:
parent
e61895af6c
commit
774e3ce102
2 changed files with 7 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
v0.10.3 on 2024-05-28
|
v0.10.3 on 2024-06-11
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
- Stop using `let` to avoid breaking backwards compatibility with ES5. Thanks to [Maximilian Herold](https://github.com/mherold) for the report #87
|
- Stop using `let` to avoid breaking backwards compatibility with ES5. Thanks to [Maximilian Herold](https://github.com/mherold) for the report #87
|
||||||
|
|
||||||
- Drop '份' suffix from Chinese month names. Thanks to @mogando668 for the report #88
|
- Drop '份' suffix from Chinese month names. Thanks to [@mogando668](https://github.com/mogando668) for the report #88
|
||||||
|
|
||||||
v0.10.2 on 2023-05-24
|
v0.10.2 on 2023-05-24
|
||||||
---------------------
|
---------------------
|
||||||
|
|
|
||||||
|
|
@ -180,6 +180,7 @@ Contributors
|
||||||
* [Alexandr Nikitin](https://github.com/alexandrnikitin)
|
* [Alexandr Nikitin](https://github.com/alexandrnikitin)
|
||||||
* [Andrew Pirondini](https://github.com/andrewjpiro) of [iFixit](https://github.com/iFixit)
|
* [Andrew Pirondini](https://github.com/andrewjpiro) of [iFixit](https://github.com/iFixit)
|
||||||
* [Andrew Schaaf](https://github.com/andrewschaaf)
|
* [Andrew Schaaf](https://github.com/andrewschaaf)
|
||||||
|
* [Aryan Arora](https://github.com/aryan-debug)
|
||||||
* [Ayman Nedjmeddine](https://github.com/IOAyman)
|
* [Ayman Nedjmeddine](https://github.com/IOAyman)
|
||||||
* [Cory Heslip](https://github.com/cheslip)
|
* [Cory Heslip](https://github.com/cheslip)
|
||||||
* [Douglas de Espindola](https://github.com/douglasep)
|
* [Douglas de Espindola](https://github.com/douglasep)
|
||||||
|
|
@ -187,7 +188,9 @@ Contributors
|
||||||
* [John Zwinck](https://github.com/jzwinck)
|
* [John Zwinck](https://github.com/jzwinck)
|
||||||
* [Joost Hietbrink](https://github.com/joost)
|
* [Joost Hietbrink](https://github.com/joost)
|
||||||
* [Kevin Jin](https://github.com/Kevin-Jin)
|
* [Kevin Jin](https://github.com/Kevin-Jin)
|
||||||
|
* [Maximilian Herold](https://github.com/mherold)
|
||||||
* [Michael J.](https://github.com/michaeljayt)
|
* [Michael J.](https://github.com/michaeljayt)
|
||||||
|
* [@mogando668](https://github.com/mogando668)
|
||||||
* [Peter deHaan](https://github.com/pdehaan)
|
* [Peter deHaan](https://github.com/pdehaan)
|
||||||
* [Rob Colburn](https://github.com/robcolburn)
|
* [Rob Colburn](https://github.com/robcolburn)
|
||||||
* [Ryan Regalado](https://github.com/d48)
|
* [Ryan Regalado](https://github.com/d48)
|
||||||
|
|
@ -195,14 +198,12 @@ Contributors
|
||||||
* [Sami Samhuri](https://github.com/samsonjs)
|
* [Sami Samhuri](https://github.com/samsonjs)
|
||||||
* [Stian Grytøyr](https://github.com/stiang)
|
* [Stian Grytøyr](https://github.com/stiang)
|
||||||
* [TJ Holowaychuk](https://github.com/tj)
|
* [TJ Holowaychuk](https://github.com/tj)
|
||||||
* [w0den](https://github.com/w0den)
|
* [@w0den](https://github.com/w0den)
|
||||||
* [Yusuke Kawasaki](https://github.com/kawanet)
|
* [Yusuke Kawasaki](https://github.com/kawanet)
|
||||||
* [Aryan Arora](https://github.com/aryan-debug)
|
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
=======
|
=======
|
||||||
|
|
||||||
Copyright 2010 - 2023 Sami Samhuri sami@samhuri.net
|
Copyright 2010 - 2024 Sami Samhuri sami@samhuri.net
|
||||||
|
|
||||||
[MIT license](https://sjs.mit-license.org)
|
[MIT license](https://sjs.mit-license.org)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue