Add changelog and bump versions to 0.10.3 (#90)

This commit is contained in:
Sami Samhuri 2024-06-11 16:58:56 -07:00 committed by GitHub
parent 8a335897ae
commit e61895af6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 6 deletions

View file

@ -1,4 +1,12 @@
v0.10.3 on 2024-05-28
---------------------
- 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
v0.10.2 on 2023-05-24
---------------------
- Fix test case for %c in current versions of node.js

View file

@ -3,7 +3,7 @@ strftime
strftime for JavaScript. Works in (at least) node.js and browsers. Supports localization and timezones. Most standard specifiers from C are supported as well as some other extensions from Ruby.
[![version 0.10.2 on npm](https://img.shields.io/badge/npm-0.10.2-brightgreen.svg?style=flat)](https://www.npmjs.com/package/strftime) [![node version 0.2 and up](https://img.shields.io/badge/node->=0.2-brightgreen.svg?style=flat)](https://nodejs.org) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://sjs.mit-license.org)
[![version 0.10.3 on npm](https://img.shields.io/badge/npm-0.10.3-brightgreen.svg?style=flat)](https://www.npmjs.com/package/strftime) [![node version 0.2 and up](https://img.shields.io/badge/node->=0.2-brightgreen.svg?style=flat)](https://nodejs.org) [![MIT License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat)](https://sjs.mit-license.org)
Installation
============

View file

@ -1,6 +1,6 @@
{
"name": "strftime",
"version": "0.10.2",
"version": "0.10.3",
"main": "strftime.js",
"ignore": [
"Readme.md",

View file

@ -8,7 +8,7 @@
"date",
"time"
],
"version": "0.10.2",
"version": "0.10.3",
"main": "strftime.js",
"scripts": [
"strftime.js"

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "strftime",
"version": "0.10.2",
"version": "0.10.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "strftime",
"version": "0.10.2",
"version": "0.10.3",
"license": "MIT",
"devDependencies": {},
"engines": {

View file

@ -1,7 +1,7 @@
{
"name": "strftime",
"description": "strftime for JavaScript",
"version": "0.10.2",
"version": "0.10.3",
"homepage": "https://samhuri.net/projects/strftime",
"author": "Sami Samhuri <sami@samhuri.net>",
"contributors": [