Skip to content

Commit

Permalink
v6.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed May 8, 2024
1 parent ba7092d commit 5de7f5d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .versionbot/CHANGELOG.yml
@@ -1,3 +1,16 @@
- commits:
- subject: Deprecate the generic `PinejsClient` typing in favor of using `this`
for `.clone` typing
hash: 010c949c91a1765bec8050140fa35367a8279950
body: ""
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 6.14.4
title: ""
date: 2024-05-08T01:05:08.480Z
- commits:
- subject: Update dev dependencies
hash: 4042a5be6e35d26f3db74309a5c3e5e3948cb75c
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## 6.14.4 - 2024-05-08

* Deprecate the generic `PinejsClient` typing in favor of using `this` for `.clone` typing [Pagan Gazzard]

## 6.14.3 - 2024-04-17

* Update dev dependencies [Pagan Gazzard]
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pinejs-client-core",
"version": "6.14.3",
"version": "6.14.4",
"description": "This module provides the core tools to enable easier interaction with the pinejs API.",
"browser": "es2015",
"main": "index.js",
Expand Down Expand Up @@ -54,6 +54,6 @@
"_": "test/*.ts"
},
"versionist": {
"publishedAt": "2024-04-17T15:47:43.829Z"
"publishedAt": "2024-05-08T01:05:08.623Z"
}
}

0 comments on commit 5de7f5d

Please sign in to comment.