diff --git a/Changelog.md b/Changelog.md index 94c6924..a3e8cd7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/Readme.md b/Readme.md index 1145561..f4697fd 100644 --- a/Readme.md +++ b/Readme.md @@ -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 ============ diff --git a/bower.json b/bower.json index 8f97eeb..36f22ae 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "strftime", - "version": "0.10.2", + "version": "0.10.3", "main": "strftime.js", "ignore": [ "Readme.md", diff --git a/component.json b/component.json index 270251e..48127be 100644 --- a/component.json +++ b/component.json @@ -8,7 +8,7 @@ "date", "time" ], - "version": "0.10.2", + "version": "0.10.3", "main": "strftime.js", "scripts": [ "strftime.js" diff --git a/package-lock.json b/package-lock.json index fe738fa..4d53cd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index d2d3cc8..ff2452c 100644 --- a/package.json +++ b/package.json @@ -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 ", "contributors": [