diff --git a/CHANGELOG.md b/CHANGELOG.md index 24335d4..28c7472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.28.8] - 2024-09-16 + +### Changed + +- Program Messages + - Updated copy to replace Twitter with X + ## [1.28.7] - 2024-07-03 ### Added @@ -173,6 +180,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Removed "pinterestShareBody" as a required field for the "PINTEREST" share medium - Removed "pinterestImageURL" as a required field for the "PINTEREST" share medium +[1.28.8]: https://github.com/saasquatch/schema/releases/tag/v1.28.8 [1.28.7]: https://github.com/saasquatch/schema/releases/tag/v1.28.7 [1.28.6]: https://github.com/saasquatch/schema/releases/tag/v1.28.6 [1.28.5]: https://github.com/saasquatch/schema/releases/tag/v1.28.5 diff --git a/package-lock.json b/package-lock.json index 1ab06a6..033f602 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@saasquatch/schema", - "version": "1.28.7", + "version": "1.28.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@saasquatch/schema", - "version": "1.28.7", + "version": "1.28.8", "license": "MIT", "devDependencies": { "@apidevtools/json-schema-ref-parser": "^9.0.9", diff --git a/package.json b/package.json index 8f86a8d..ce252ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@saasquatch/schema", - "version": "1.28.7", + "version": "1.28.8", "main": "types/index.js", "types": "index.d.ts", "repository": "git@github.com:saasquatch/schema.git", diff --git a/src/json/ProgramMessages.schema.json b/src/json/ProgramMessages.schema.json index dddb01e..52547f7 100644 --- a/src/json/ProgramMessages.schema.json +++ b/src/json/ProgramMessages.schema.json @@ -104,11 +104,11 @@ }, "config": { "type": "object", - "title": "Twitter", + "title": "X", "properties": { "twitterShareBody": { "type": "string", - "title": "Twitter Share Body", + "title": "X Share Body", "minLength": 4 } },