Skip to content

Commit e61895a

Browse files
authoredJun 11, 2024
Add changelog and bump versions to 0.10.3 (#90)
1 parent 8a33589 commit e61895a

6 files changed

+14
-6
lines changed
 

‎Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1+
v0.10.3 on 2024-05-28
2+
---------------------
3+
4+
- Stop using `let` to avoid breaking backwards compatibility with ES5. Thanks to [Maximilian Herold](https://github.com/mherold) for the report #87
5+
6+
- Drop '份' suffix from Chinese month names. Thanks to @mogando668 for the report #88
7+
18
v0.10.2 on 2023-05-24
9+
---------------------
210

311
- Fix test case for %c in current versions of node.js
412

‎Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ strftime
33

44
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.
55

6-
[![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)
6+
[![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)
77

88
Installation
99
============

‎bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strftime",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"main": "strftime.js",
55
"ignore": [
66
"Readme.md",

‎component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"date",
99
"time"
1010
],
11-
"version": "0.10.2",
11+
"version": "0.10.3",
1212
"main": "strftime.js",
1313
"scripts": [
1414
"strftime.js"

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "strftime",
33
"description": "strftime for JavaScript",
4-
"version": "0.10.2",
4+
"version": "0.10.3",
55
"homepage": "https://samhuri.net/projects/strftime",
66
"author": "Sami Samhuri <sami@samhuri.net>",
77
"contributors": [

0 commit comments

Comments
 (0)
Please sign in to comment.