Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: node_js
dist: focal
node_js:
- 18
- 20
- 22
- 23
- 24
before_install:
# Login to docker hub
- echo "$DOCKERHUB_PASSWORD" | docker login -u "$DOCKERHUB_USERNAME" --password-stdin
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.7.0] - 2025-12-03
### Added
- Upgraded the Docker container's Node version.
- Updated the Node versions in Travis CI.

## [v0.6.2] - 2025-03-19
### Fixed
- Added missing 'authoraide' service to service type
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DOCKER := $(if $(LRN_SDK_NO_DOCKER),,$(shell which docker))
NODE_VERSION = 20
NODE_VERSION = 24

TARGETS = build test clean test-unit install-deps audit-deps lint lint-fix generate-types
.PHONY: $(TARGETS)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "learnosity-sdk-nodejs",
"version": "0.6.2",
"version": "0.7.0",
"description": "Learnosity NodeJS SDK",
"main": "index.js",
"types": "index.d.ts",
Expand Down