Skip to content

Commit

Permalink
Version Packages (#46)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Nov 13, 2024
1 parent ff9b885 commit ec9b2b0
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .changeset/orange-coats-relate.md

This file was deleted.

30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @daiso-tech/core

## 0.3.0

### Minor Changes

- ff9b885: ## Cache

### Contracts

- Added cache contract
- Added cache adapter contract.

### Adapters

- Added redis cache adapter
- Added mongodb cache adapter
- Added sqlite cache adapter.

## Serializer

### Contracts

- Added serializer contract

### Adapters

- Added super json serializer adapter
- Added redis serializer adapter
- Added mongodb serializer adapter
- Added sqlite serializer adapter.

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@daiso-tech/core",
"private": false,
"version": "0.2.1",
"version": "0.3.0",
"author": "Yousif Abdulkarim",
"license": "Apache-2.0",
"main": "./dist/cjs/_module.js",
Expand Down

0 comments on commit ec9b2b0

Please sign in to comment.