From 9e1982bb37b56f2dcdd47bff38a2f3bc94a560eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 20:44:09 +0000 Subject: [PATCH] chore(main): release 1.20.0 (#762) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0b43d1..3ed7da9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.20.0](https://github.com/johnwalley/allotment/compare/v1.19.5...v1.20.0) (2024-01-15) + + +### Features + +* allow customising sash animation duration ([#740](https://github.com/johnwalley/allotment/issues/740)) ([e92b944](https://github.com/johnwalley/allotment/commit/e92b9446d72fc034fc960e0a80901d9137781421)) + ## [1.19.5](https://github.com/johnwalley/allotment/compare/v1.19.4...v1.19.5) (2024-01-05) diff --git a/package-lock.json b/package-lock.json index 44b11fd3..fe4d39aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "allotment", - "version": "1.19.5", + "version": "1.20.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "allotment", - "version": "1.19.5", + "version": "1.20.0", "license": "MIT", "dependencies": { "classnames": "^2.3.0", diff --git a/package.json b/package.json index 8cdabef8..ca544644 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "allotment", - "version": "1.19.5", + "version": "1.20.0", "description": "React split-pane component", "exports": { ".": {