diff --git a/CHANGELOG.md b/CHANGELOG.md index 605f75b..3afa139 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.9.0](https://www.github.com/keq-request/keq/compare/v1.8.9...v1.9.0) (2022-10-19) + + +### Features + +* add mount.method ([df215a9](https://www.github.com/keq-request/keq/commit/df215a914d40fc03b3b4cbf359fb1da014b16f4a)), closes [#35](https://www.github.com/keq-request/keq/issues/35) + ### [1.8.9](https://www.github.com/keq-request/keq/compare/v1.8.8...v1.8.9) (2022-09-08) diff --git a/package.json b/package.json index 1b9370f..7feec02 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "lib/src/index.js", "module": "es/src/index.js", "types": "lib/src/index.d.ts", - "version": "1.8.9", + "version": "1.9.0", "license": "MIT", "scripts": { "test": "npm run clean && npm run build:test && nyc ava",