diff --git a/CHANGELOG.md b/CHANGELOG.md index ab24cf3..9b8b294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [x.x.x] - Unreleased +## [4.7.1] - 2026-02-12 ### Added - WiremMock integration tests for contract testing for GET /2.0/users/{userId}/plans and GET /2.0/users endpoints - WireMock integration tests for contract testing for POST /2.0/users/{userId}/plans/{planId}/upgrade and POST /2.0/users/{userId}/plans/{planId}/downgrade diff --git a/package-lock.json b/package-lock.json index 2517810..795a877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "smartsheet", - "version": "4.8.0", + "version": "4.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "smartsheet", - "version": "4.8.0", + "version": "4.7.1", "license": "Apache-2.0", "dependencies": { "axios": "^1.13.5", diff --git a/package.json b/package.json index fcc68b6..8163b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smartsheet", - "version": "4.8.0", + "version": "4.7.1", "description": "Smartsheet JavaScript client SDK", "main": "dist/index.js", "typings": "dist/index.d.ts",