--- /dev/null
+{
+ "plugins": {
+ "@release-it/keep-a-changelog": {
+ "filename": "CHANGELOG.md"
+ }
+ },
+ "git": {
+ "requireCleanWorkingDir": false
+ },
+ "npm": {
+ "publish": false
+ },
+ "github": {
+ "release": true
+ }
+}
--- /dev/null
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## [Unreleased]
+### Added
+
+## [1.0.2-1] - 2021-05-29
"@octokit/openapi-types": "^7.2.3"
}
},
+ "@release-it/keep-a-changelog": {
+ "version": "2.2.2",
+ "resolved": "https://registry.npmjs.org/@release-it/keep-a-changelog/-/keep-a-changelog-2.2.2.tgz",
+ "integrity": "sha512-fFHtjKcnxA2bE0jVBFTFSQq2U4bPqL1EhRx9kDl+fzAXqERjEazcvrrp6fk2LaVRSID4L0IPKQ4KyOBJGf0Y3g==",
+ "dev": true,
+ "requires": {
+ "detect-newline": "^3.1.0"
+ }
+ },
"@rollup/plugin-json": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz",
"minimalistic-assert": "^1.0.0"
}
},
+ "detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
+ "dev": true
+ },
"detective": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/detective/-/detective-5.2.0.tgz",
"utf-8-validate": "^5.0.5"
},
"devDependencies": {
+ "@release-it/keep-a-changelog": "^2.2.2",
"@rollup/plugin-json": "^4.1.0",
"@types/node": "^14.17.1",
"@types/uuid": "^8.3.0",