Skip to content

Commit

Permalink
build: 8.0.0-beta.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Sep 14, 2022
1 parent 532c2ff commit 95b9fd7
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 3 deletions.
57 changes: 57 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,60 @@
## 8.0.0-beta.2 (2022-09-14)

* refactor: consolidate auth checks (#562) ([fba45ad](https://github.com/readmeio/rdme/commit/fba45ad)), closes [#562](https://github.com/readmeio/rdme/issues/562)
* refactor: migrate from `enquirer` to `prompts` (#570) ([8714967](https://github.com/readmeio/rdme/commit/8714967)), closes [#570](https://github.com/readmeio/rdme/issues/570)
* refactor(openapi): DRY and reorg (#556) ([9ec4ad6](https://github.com/readmeio/rdme/commit/9ec4ad6)), closes [#556](https://github.com/readmeio/rdme/issues/556)
* refactor(prompts): consolidate file path checks (#600) ([532c2ff](https://github.com/readmeio/rdme/commit/532c2ff)), closes [#600](https://github.com/readmeio/rdme/issues/600)
* chore: add JSDoc for versionSelect lib function ([922857f](https://github.com/readmeio/rdme/commit/922857f))
* chore: minor code comment ([cc56430](https://github.com/readmeio/rdme/commit/cc56430))
* chore: switch positions of `oas` and `open` ([c1883e5](https://github.com/readmeio/rdme/commit/c1883e5))
* chore(deps-dev): bring in types for `@npmcli/ci-detect` (#569) ([19c4ad0](https://github.com/readmeio/rdme/commit/19c4ad0)), closes [#569](https://github.com/readmeio/rdme/issues/569)
* chore(deps-dev): bump @readme/oas-examples from 5.4.0 to 5.5.0 (#555) ([81d4f03](https://github.com/readmeio/rdme/commit/81d4f03)), closes [#555](https://github.com/readmeio/rdme/issues/555)
* chore(deps-dev): bump @readme/oas-examples from 5.5.0 to 5.6.0 (#605) ([f608af7](https://github.com/readmeio/rdme/commit/f608af7)), closes [#605](https://github.com/readmeio/rdme/issues/605)
* chore(deps-dev): bump jest from 28.1.2 to 28.1.3 (#552) ([52de108](https://github.com/readmeio/rdme/commit/52de108)), closes [#552](https://github.com/readmeio/rdme/issues/552)
* chore(deps-dev): bump jest-extended from 3.0.2 to 3.1.0 (#593) ([625a9d8](https://github.com/readmeio/rdme/commit/625a9d8)), closes [#593](https://github.com/readmeio/rdme/issues/593)
* chore(deps-dev): bump nock from 13.2.8 to 13.2.9 (#554) ([f86b524](https://github.com/readmeio/rdme/commit/f86b524)), closes [#554](https://github.com/readmeio/rdme/issues/554)
* chore(deps-dev): upgrade eslint + friends ([cf02b5c](https://github.com/readmeio/rdme/commit/cf02b5c))
* chore(deps): bump @actions/core from 1.9.0 to 1.9.1 (#571) ([0057dab](https://github.com/readmeio/rdme/commit/0057dab)), closes [#571](https://github.com/readmeio/rdme/issues/571)
* chore(deps): bumping out of date deps (#596) ([8516206](https://github.com/readmeio/rdme/commit/8516206)), closes [#596](https://github.com/readmeio/rdme/issues/596)
* chore(deps): updating a bunch of deps ([b1e756a](https://github.com/readmeio/rdme/commit/b1e756a))
* chore(deps/security): update-notifier, alex (#604) ([9d3d525](https://github.com/readmeio/rdme/commit/9d3d525)), closes [#604](https://github.com/readmeio/rdme/issues/604)
* chore(openapi): cleaning up some old logic for token opt ([a1d6b4f](https://github.com/readmeio/rdme/commit/a1d6b4f))
* chore(prompt): various enhancements and refactors (#576) ([0b2750d](https://github.com/readmeio/rdme/commit/0b2750d)), closes [#576](https://github.com/readmeio/rdme/issues/576)
* feat: `npm init` alias (#597) ([c8d0b02](https://github.com/readmeio/rdme/commit/c8d0b02)), closes [#597](https://github.com/readmeio/rdme/issues/597)
* feat: add prettier formatting check for markdown (#561) ([7db2e59](https://github.com/readmeio/rdme/commit/7db2e59)), closes [#561](https://github.com/readmeio/rdme/issues/561)
* feat: creation of new `openapi:reduce` command to reduce large OpenAPI definitions (#572) ([074c13e](https://github.com/readmeio/rdme/commit/074c13e)), closes [#572](https://github.com/readmeio/rdme/issues/572)
* feat: experiment with a decorator to hide commands from the help screen (#574) ([486a8b0](https://github.com/readmeio/rdme/commit/486a8b0)), closes [#574](https://github.com/readmeio/rdme/issues/574)
* feat: migrate `validate` to `openapi:validate` (#598) ([7bd081a](https://github.com/readmeio/rdme/commit/7bd081a)), closes [#598](https://github.com/readmeio/rdme/issues/598)
* feat: minor refactor of how we debug and log out data in commands (#563) ([763642f](https://github.com/readmeio/rdme/commit/763642f)), closes [#563](https://github.com/readmeio/rdme/issues/563)
* feat: typescript rewrite (#560) ([5ed97cc](https://github.com/readmeio/rdme/commit/5ed97cc)), closes [#560](https://github.com/readmeio/rdme/issues/560) [/github.com/facebook/jest/issues/8114#issuecomment-475068766](https://github.com//github.com/facebook/jest/issues/8114/issues/issuecomment-475068766)
* feat: upgrading oas-normalize to pull in its new TS typings (#564) ([44f96db](https://github.com/readmeio/rdme/commit/44f96db)), closes [#564](https://github.com/readmeio/rdme/issues/564)
* feat(breaking/version): raw versions only, usage cleanup (#603) ([b729091](https://github.com/readmeio/rdme/commit/b729091)), closes [#603](https://github.com/readmeio/rdme/issues/603)
* feat(docs): Add id to success message response for `docs` and `docs:single` (#583) ([a9d7099](https://github.com/readmeio/rdme/commit/a9d7099)), closes [#583](https://github.com/readmeio/rdme/issues/583)
* feat(docs): adds flag to delete docs from ReadMe if they're no longer in local folder (#581) ([939bce6](https://github.com/readmeio/rdme/commit/939bce6)), closes [#581](https://github.com/readmeio/rdme/issues/581)
* feat(GHA): workflow file creation onboarding (#577) ([9ee808e](https://github.com/readmeio/rdme/commit/9ee808e)), closes [#577](https://github.com/readmeio/rdme/issues/577) [/github.com/readmeio/rdme/pull/577#discussion_r961376601](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961376601) [/github.com/readmeio/rdme/pull/577#discussion_r961377510](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961377510) [/github.com/readmeio/rdme/pull/577#discussion_r961387961](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961387961) [/github.com/readmeio/rdme/pull/577#discussion_r961393768](https://github.com//github.com/readmeio/rdme/pull/577/issues/discussion_r961393768)
* feat(logger): add GHA-aware notices/warnings (#557) ([3fc41e6](https://github.com/readmeio/rdme/commit/3fc41e6)), closes [#557](https://github.com/readmeio/rdme/issues/557)
* feat(openapi): add `--create` flag (#575) ([ff3a8b3](https://github.com/readmeio/rdme/commit/ff3a8b3)), closes [#575](https://github.com/readmeio/rdme/issues/575)
* feat(openapi): Add `updateSingleSpec` option to automatically update an only available spec file wit ([ff766a6](https://github.com/readmeio/rdme/commit/ff766a6)), closes [#579](https://github.com/readmeio/rdme/issues/579)
* feat(openapi): auto-detect API definitions (#567) ([0e7759a](https://github.com/readmeio/rdme/commit/0e7759a)), closes [#567](https://github.com/readmeio/rdme/issues/567)
* feat(openapi): version handling improvements (#559) ([80e6024](https://github.com/readmeio/rdme/commit/80e6024)), closes [#559](https://github.com/readmeio/rdme/issues/559)
* fix: log typo (#580) ([2007017](https://github.com/readmeio/rdme/commit/2007017)), closes [#580](https://github.com/readmeio/rdme/issues/580)
* fix: quieter log outputs when installing GHA (#566) ([6430ff2](https://github.com/readmeio/rdme/commit/6430ff2)), closes [#566](https://github.com/readmeio/rdme/issues/566)
* fix: typo in command arg description ([7d469fe](https://github.com/readmeio/rdme/commit/7d469fe))
* fix(docs): don't use beta tag (#599) ([12d709b](https://github.com/readmeio/rdme/commit/12d709b)), closes [#599](https://github.com/readmeio/rdme/issues/599)
* fix(openapi): stricter tests, `create` flag edge case (#585) ([05e8d78](https://github.com/readmeio/rdme/commit/05e8d78)), closes [#585](https://github.com/readmeio/rdme/issues/585)
* build: 8.0.0-beta.1 release ([239665e](https://github.com/readmeio/rdme/commit/239665e))
* test: fix snapshot ([717616e](https://github.com/readmeio/rdme/commit/717616e))
* test: stricter test assertions ([5be730c](https://github.com/readmeio/rdme/commit/5be730c))
* test(openapi): fix a few incorrect mocks (#584) ([5a368ab](https://github.com/readmeio/rdme/commit/5a368ab)), closes [#584](https://github.com/readmeio/rdme/issues/584)
* docs: add description of `--useSpecVersion` ([df8e224](https://github.com/readmeio/rdme/commit/df8e224))
* docs: fix `npx` usage ([3c9f4bf](https://github.com/readmeio/rdme/commit/3c9f4bf))
* docs(markdown sync): typos, grammar, clarifications ([e611d14](https://github.com/readmeio/rdme/commit/e611d14))
* ci: optimize test runs and add docs syncing dry run (#565) ([e75e36e](https://github.com/readmeio/rdme/commit/e75e36e)), closes [#565](https://github.com/readmeio/rdme/issues/565)
* Update .npmignore ([243c8b0](https://github.com/readmeio/rdme/commit/243c8b0))
* revert: keep `getNodeVersion` as JS ([d58df63](https://github.com/readmeio/rdme/commit/d58df63))



## 8.0.0-beta.1 (2022-09-06)

* feat: add prettier formatting check for markdown (#561) ([7db2e59](https://github.com/readmeio/rdme/commit/7db2e59)), closes [#561](https://github.com/readmeio/rdme/issues/561)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rdme",
"version": "8.0.0-beta.1",
"version": "8.0.0-beta.2",
"description": "ReadMe's official CLI and GitHub Action wrapper.",
"license": "MIT",
"author": "ReadMe <[email protected]> (https://readme.com)",
Expand Down

0 comments on commit 95b9fd7

Please sign in to comment.