From d2a811cd04dfac01e0bad336ab76feb8d9765b1f Mon Sep 17 00:00:00 2001 From: mgh Date: Thu, 11 Jul 2024 22:24:22 +0330 Subject: [PATCH] chore: release v2.1.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06818d3..df409f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + ## v2.0.0 [compare changes](https://github.com/mohammadGh/strapi-js/compare/v1.2.0...v2.0.0) diff --git a/package.json b/package.json index a9b7c8f..29c4ab5 100644 --- a/package.json +++ b/package.json @@ -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 ",