Skip to content

Commit

Permalink
Merge tag 'v0.9.0' into develop
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
sonicdoe committed Jan 6, 2024
2 parents 1c1e898 + 303987d commit 27d8f93
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All releases and their notable changes are documented in this file. This project follows [Semantic Versioning 2](https://semver.org).

## v0.9.0 (2024-01-06)

- Update to ICU 64.2
- Add support for Node.js v20 and v18
- Add support for Debian 12, 11, and 10
- Add support for Ubuntu 22.04 and 20.04
- Add support for macOS Sonoma
- Drop support for Node.js v16 and older
- Drop support for Debian 9 and older
- Drop support for Ubuntu 18.04 and older
- Drop support for macOS Ventura and older

## v0.8.0 (2019-07-01)

- Add support for Node.js v12
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**BSD 2-Clause License**

Copyright © 2015, 2017–2019, Jakob Krigovsky<br>
Copyright © 2015, 2017–2019, 2024 Jakob Krigovsky<br>
All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detect-character-encoding",
"version": "0.8.0",
"version": "0.9.0",
"author": "Jakob Krigovsky <jakob@krigovsky.com>",
"description": "Detect character encoding using ICU",
"repository": "sonicdoe/detect-character-encoding",
Expand Down

0 comments on commit 27d8f93

Please sign in to comment.