diff --git a/CHANGELOG.md b/CHANGELOG.md index 0af3a0a0..3c953cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.2.0](https://github.com/sapphire-project/pieces/compare/v1.1.0...v1.2.0) (2021-01-21) + +### Features + +- Expose Store.construct & Store.insert ([#47](https://github.com/sapphire-project/pieces/issues/47)) ([797ddac](https://github.com/sapphire-project/pieces/commit/797ddac348aff134c1af1d308357ba00d0edd6b3)) + ## [1.1.0](https://github.com/sapphire-project/pieces/compare/v1.0.1...v1.1.0) (2021-01-08) ### Features diff --git a/package.json b/package.json index 7c2f9c9c..71b853d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sapphire/pieces", - "version": "1.1.0", + "version": "1.2.0", "description": "Sapphire's piece loader.", "main": "dist/index.js", "types": "dist/index.d.ts",