diff --git a/CHANGELOG.md b/CHANGELOG.md index ac6eeb3..1d63b6e 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. +### [0.1.2](https://github.com/prismicio-community/r19/compare/v0.1.1...v0.1.2) (2022-12-17) + + +### Bug Fixes + +* export `RPCClient` class ([c069d4e](https://github.com/prismicio-community/r19/commit/c069d4e4e2d9c31a7631368bad19b9c1678bc812)) + ### [0.1.1](https://github.com/prismicio-community/r19/compare/v0.1.0...v0.1.1) (2022-12-16) diff --git a/package-lock.json b/package-lock.json index ea86ab8..d2611d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "r19", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "r19", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "dependencies": { "busboy": "^1.6.0", diff --git a/package.json b/package.json index 0f810ec..6acbed9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r19", - "version": "0.1.1", + "version": "0.1.2", "description": "Simple remote procedure calls in TypeScript", "keywords": [ "typescript",