diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9389c56..1d7b5d0 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,21 @@ 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/patronage/bubs-next/compare/v1.2.0...v1.3.0) (2023-03-12) + + +### Features + +* NPM/Yarn Dependency Pinning ([#259](https://github.com/patronage/bubs-next/issues/259)) ([d7fe603](https://github.com/patronage/bubs-next/commit/d7fe60329073b06b553495e2a6b8ba434d051661)) +* super editor role that allows for safe permissions in headless wp ([#233](https://github.com/patronage/bubs-next/issues/233)) ([b4ca258](https://github.com/patronage/bubs-next/commit/b4ca258236578a9e5745c7e9272c050831bd3e3d)) + + +### Bug Fixes + +* nodeByUri/graphcdn fix ([#256](https://github.com/patronage/bubs-next/issues/256)) ([6a31a78](https://github.com/patronage/bubs-next/commit/6a31a7886b2504feea38cd36dfa86508e7774d0b)), closes [#229](https://github.com/patronage/bubs-next/issues/229) +* upstream dashbaord customizations so title is preserved ([#272](https://github.com/patronage/bubs-next/issues/272)) ([022501f](https://github.com/patronage/bubs-next/commit/022501f73cdf39ba70ff677e13000ff5bb4ad8c1)) +* use public versions of wp env vars ([#253](https://github.com/patronage/bubs-next/issues/253)) ([728b95d](https://github.com/patronage/bubs-next/commit/728b95dadd7fd8e5ab816f364668a70e26c44441)) + ## [1.2.0](https://github.com/patronage/bubs-next/compare/v1.1.0...v1.2.0) (2022-07-01) diff --git a/package.json b/package.json index b70d923..761262c 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,6 @@ { "name": "bubs-next", "main": "index.js", - "version": "1.2.0", - "license": "MIT", - "scripts": { - "release:pre": "standard-version --prerelease", - "release": "standard-version --infile docs/CHANGELOG.md --no-verify", - "release:dry": "standard-version --dry-run --infile docs/CHANGELOG.md --no-verify" - }, - "devDependencies": { - "standard-version": "^9.5.0" - } + "version": "1.3.0", + "license": "MIT" } diff --git a/website/package.json b/website/package.json index 42dd608..e8960ea 100644 --- a/website/package.json +++ b/website/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "bubs-next", - "version": "1.0.0", + "version": "1.3.0", "description": "", "main": "index.js", "engines": {