build(release): 0.11.3

This commit is contained in:
Lukas Obermann
2025-03-03 11:53:59 +01:00
parent 78901e3fad
commit 5ac1c7bfa6
3 changed files with 15 additions and 3 deletions
+12
View File
@@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [0.11.3](https://github.com/Optolith/ts-json-definition-transpiler/compare/v0.11.2...v0.11.3) (2025-03-03)
### Features
* add deprecated annotations to markdown and json schema renderers ([5c6ecfd](https://github.com/Optolith/ts-json-definition-transpiler/commit/5c6ecfd638995cf5fe25e8cfd53513d452b12f9c))
### Bug Fixes
* swift renderer should use operating system-specific end-of-line markers ([5274739](https://github.com/Optolith/ts-json-definition-transpiler/commit/52747393f04d20698ab79808cd2d0c84d17cb4ac))
## [0.11.2](https://github.com/elyukai/optolith-tsjsonschemamd/compare/v0.11.1...v0.11.2) (2024-11-27)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@optolith/ts-json-definition-transpiler",
"version": "0.11.2",
"version": "0.11.3",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@optolith/ts-json-definition-transpiler",
"version": "0.11.2",
"version": "0.11.3",
"license": "MPL-2.0",
"dependencies": {
"@optolith/helpers": "^0.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@optolith/ts-json-definition-transpiler",
"version": "0.11.2",
"version": "0.11.3",
"description": "A tool for generating both JSON Schema definitions and Markdown documentation from TypeScript files.",
"keywords": [
"typescript",