From af70d643c89da52b49dd24a7383bed23e86c31d4 Mon Sep 17 00:00:00 2001 From: Thomas Massmann Date: Tue, 2 Nov 2021 09:03:59 +0100 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d01ba1f..a11300d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [1.3.0](https://github.com/cusyio/plone-js-sdk/compare/v1.2.0...v1.3.0) (2021-11-02) + + +### Features + +* set custom user agent header for the axios http client ([37847d2](https://github.com/cusyio/plone-js-sdk/commit/37847d23137051a1a6f00f1bffaf798ef4777c7c)) + ## 1.2.0 (2021-10-25) - Bugfix: Include initial items when fetching collection. diff --git a/package.json b/package.json index ce2aa78..b3a96f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cusy/plone-js", - "version": "1.2.0", + "version": "1.3.0", "private": false, "description": "JavaScript client for Plone CMS", "main": "dist/index.js",