Skip to content

Commit

Permalink
chore: release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadGh committed Jul 11, 2024
1 parent 0999ff1 commit d2a811c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@
All considerable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.


## v2.1.0

[compare changes](https://github.com/mohammadGh/strapi-js/compare/v2.0.0...v2.1.0)

### 🚀 Enhancements

- Add content-sdk for collection-content type ([b1986dc](https://github.com/mohammadGh/strapi-js/commit/b1986dc))

### 📖 Documentation

- **readme:** Fix typos in sdk docs ([6878758](https://github.com/mohammadGh/strapi-js/commit/6878758))
- Add content-sdk section ([0999ff1](https://github.com/mohammadGh/strapi-js/commit/0999ff1))

### ❤️ Contributors

- Mgh <m.ghoreshi@gmail.com>

## v2.0.0

[compare changes](https://github.com/mohammadGh/strapi-js/compare/v1.2.0...v2.0.0)
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": "strapi-js",
"type": "module",
"version": "2.0.0",
"version": "2.1.0",
"packageManager": "pnpm@8.15.3",
"description": "A nodejs/browser/edge javascript SDK for Strapi headless CMS; type-safe with typescript.",
"author": "mgh <m.ghoreshi@gmail.com>",
Expand Down

0 comments on commit d2a811c

Please sign in to comment.