Skip to content

Commit

Permalink
@snowtop v0.1.19 (#1684)
Browse files Browse the repository at this point in the history
  • Loading branch information
lolopinto authored Oct 8, 2023
1 parent 5061db5 commit 0ad78eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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).

## [Unreleased]


## [0.1.19] - 2023-10-08

### Fixed

- Fixed Custom Query soft delete (#1676)

2 changes: 1 addition & 1 deletion ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowtop/ent",
"version": "0.1.18",
"version": "0.1.19",
"description": "snowtop ent framework",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 0ad78eb

Please sign in to comment.