Skip to content

Latest commit

 

History

History
105 lines (88 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

105 lines (88 loc) · 11.2 KB

3.0.1 (2023-10-09)

  • fix: better error message, handle unexpected JSON responses (#69) (60dc516), closes #69
  • refactor: remove @actions/core (#68) (613b6b1), closes #68
  • chore: npm audit fix (c82680c)
  • chore: remove unnecessary prettierignore (472caaf)
  • chore(deps): npm up (#67) (7355e1a), closes #67
  • docs(contributing): update file path (cfab4fd)

3.0.0 (2023-09-23)

2.1.0 (2022-11-15)

  • feat: add repo param (#27) (8b6f873), closes #27
  • chore: rename test file (e52c7c7)
  • chore: test suite (#26) (4649a71), closes #26
  • chore: test suite + usage example cleanups (#24) (dcfeb75), closes #24
  • chore: update deps, refactors (#25) (2c5b83b), closes #25
  • docs: small link update (d00e7d5)
  • docs: small note in CONTRIBUTING guidelines (40a9671)

2.0.0 (2022-11-09)

  • Add better error messages (6cbdf63)
  • Bump @actions/core from 1.2.3 to 1.2.6 (#5) (29f8628), closes #5
  • Bump @actions/http-client from 1.0.6 to 1.0.8 (a5f7064)
  • Bump node-fetch from 2.6.0 to 2.6.1 (#3) (d3aa874), closes #3
  • Create CHANGELOG.md (ce7b80a)
  • Fix ref (3fcf524)
  • Initial commit (3262fe7)
  • Update action.yml (739600f)
  • Update README.md (550ae0d)
  • Update README.md (1b763e0)
  • v1.1.0 (248360c)
  • v2 release (#21) (8d61925), closes #21
  • chore: add demo folder (c73b333)
  • chore: dist (38654a7)
  • chore: load prettier config (37762e8)
  • chore: rebuild lockfile with npm@7 (2976f8d)
  • chore: rename default branch to main (58d4d99)
  • chore: rename demo.yml to path-demo.yml (44131e6)
  • chore: update dist (928676d)
  • chore(deps): bump lodash from 4.17.15 to 4.17.20 (#7) (57c54f2), closes #7
  • deps: move eslint/prettier/config to dev deps, bump deps (52c6baf), closes #9
  • docs: add build process and contributing docs (6351070)
  • docs: capitalize Authorization (32648e8)
  • docs: fix broken knowledge base links (63c24d0), closes #10
  • docs: update example usage (30504fa)
  • feat: add optional path parameter and refactor error handling (#8) (c34afca), closes #8
  • ci: add node v14 (5053c02)

1.1.0 (2020-12-21)

  • Add better error messages (6cbdf63)
  • Bump @actions/core from 1.2.3 to 1.2.6 (#5) (29f8628), closes #5
  • Bump @actions/http-client from 1.0.6 to 1.0.8 (a5f7064)
  • Bump node-fetch from 2.6.0 to 2.6.1 (#3) (d3aa874), closes #3
  • Fix ref (3fcf524)
  • Initial commit (3262fe7)
  • Update action.yml (739600f)
  • Update README.md (550ae0d)
  • Update README.md (1b763e0)
  • v1.1.0 (248360c)
  • feat: add optional path parameter and refactor error handling (#8) (c34afca), closes #8
  • chore: add demo folder (c73b333)
  • chore: dist (38654a7)
  • chore: update dist (928676d)
  • chore(deps): bump lodash from 4.17.15 to 4.17.20 (#7) (57c54f2), closes #7
  • ci: add node v14 (5053c02)
  • docs: add build process and contributing docs (6351070)
  • docs: capitalize Authorization (32648e8)