Skip to content

Commit

Permalink
Prep v5 release (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal authored Feb 22, 2024
1 parent 679f2e0 commit a6e1daa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [5.0.0] - 2024-02-22

### Changed

- **Breaking** Support Node.js versions `>=18`.

### Fixed

- Fix Content-Length header size in UTF-8.

## [4.0.1] - 2023-09-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/tumblr.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Client {
* Package version
* @readonly
*/
static version = '4.0.1';
static version = '5.0.0';

/**
* @typedef {import('./types').TumblrClientCallback} TumblrClientCallback
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tumblr.js",
"version": "4.0.1",
"version": "5.0.0",
"description": "Official JavaScript client for the Tumblr API",
"main": "./lib/tumblr",
"type": "commonjs",
Expand Down Expand Up @@ -50,7 +50,7 @@
}
],
"dependencies": {
"@types/node": ">=16",
"@types/node": ">=18",
"@types/oauth": "^0.9.1",
"form-data": "^4.0.0",
"oauth": "^0.10.0"
Expand Down

0 comments on commit a6e1daa

Please sign in to comment.