Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Releases: ttsukagoshi/gas-github

v1.1.2

21 Jan 06:36
aa669c7
Compare
Choose a tag to compare

What's Changed

Dependencies🛠

  • npm(deps-dev): bump eslint from 8.0.1 to 8.1.0 by @dependabot in #40
  • npm(deps-dev): bump @types/google-apps-script from 1.0.37 to 1.0.38 by @dependabot in #41
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.1.0 to 5.3.0 by @dependabot in #44
  • npm(deps-dev): bump @typescript-eslint/parser from 5.1.0 to 5.3.0 by @dependabot in #45
  • npm(deps-dev): bump typescript from 4.4.4 to 4.5.2 by @dependabot in #48
  • npm(deps-dev): bump eslint from 8.1.0 to 8.3.0 by @dependabot in #49
  • npm(deps-dev): bump @types/google-apps-script from 1.0.38 to 1.0.41 by @dependabot in #46
  • npm(deps-dev): bump @typescript-eslint/parser from 5.3.0 to 5.5.0 by @dependabot in #47
  • npm(deps-dev): bump prettier from 2.4.1 to 2.5.0 by @dependabot in #50
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.3.0 to 5.5.0 by @dependabot in #51
  • npm(deps-dev): bump eslint from 8.3.0 to 8.6.0 by @dependabot in #57
  • npm(deps-dev): bump prettier from 2.5.0 to 2.5.1 by @dependabot in #55
  • npm(deps-dev): bump typescript from 4.5.2 to 4.5.4 by @dependabot in #56
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.5.0 to 5.8.1 by @dependabot in #53
  • npm(deps-dev): bump @typescript-eslint/parser from 5.5.0 to 5.8.1 by @dependabot in #54
  • Bump node-forge from < 1.0.0 to ~> 1.0.0 by @ttsukagoshi in #58

Other Changes

Full Changelog: v1.1.1...v1.1.2

v1.1.1

21 Oct 07:28
26fba54
Compare
Choose a tag to compare

What's Changed

  • Added i18n framework by @ttsukagoshi in #6
  • npm(deps-dev): bump eslint from 7.31.0 to 7.32.0 by @dependabot in #7
  • Revise ESLint config by @ttsukagoshi in #8
  • Change dependabot interval from monthly to weekly by @ttsukagoshi in #10
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.0 to 4.29.3 by @dependabot in #11
  • npm(deps-dev): bump @typescript-eslint/parser from 4.29.0 to 4.29.3 by @dependabot in #12
  • npm(deps-dev): bump @google/clasp from 2.4.0 to 2.4.1 by @dependabot in #13
  • npm(deps-dev): bump eslint-plugin-prettier from 3.4.0 to 3.4.1 by @dependabot in #14
  • npm(deps-dev): bump typescript from 4.3.5 to 4.4.2 by @dependabot in #15
  • npm(deps-dev): bump eslint-plugin-prettier from 3.4.1 to 4.0.0 by @dependabot in #16
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.29.3 to 4.30.0 by @dependabot in #17
  • npm(deps-dev): bump @typescript-eslint/parser from 4.29.3 to 4.30.0 by @dependabot in #18
  • npm(deps-dev): bump prettier from 2.3.2 to 2.4.0 by @dependabot in #19
  • npm(deps-dev): bump @typescript-eslint/parser from 4.30.0 to 4.31.0 by @dependabot in #20
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 by @dependabot in #21
  • npm(deps-dev): bump typescript from 4.4.2 to 4.4.3 by @dependabot in #22
  • npm(deps-dev): bump @typescript-eslint/parser from 4.31.0 to 4.31.1 by @dependabot in #23
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.31.0 to 4.31.1 by @dependabot in #24
  • npm(deps-dev): bump prettier from 2.4.0 to 2.4.1 by @dependabot in #25
  • npm(deps-dev): bump @typescript-eslint/parser from 4.31.1 to 4.31.2 by @dependabot in #26
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.31.1 to 4.31.2 by @dependabot in #27
  • npm(deps-dev): bump @typescript-eslint/parser from 4.31.2 to 4.32.0 by @dependabot in #28
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.31.2 to 4.32.0 by @dependabot in #29
  • npm(deps-dev): bump eslint from 7.32.0 to 8.0.0 by @dependabot in #30
  • npm(deps-dev): bump @typescript-eslint/parser from 4.32.0 to 4.33.0 by @dependabot in #31
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.32.0 to 4.33.0 by @dependabot in #32
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 4.33.0 to 5.0.0 by @dependabot in #33
  • npm(deps-dev): bump eslint from 8.0.0 to 8.0.1 by @dependabot in #34
  • npm(deps-dev): bump typescript from 4.4.3 to 4.4.4 by @dependabot in #35
  • Fix dev dependency vulnerability by @ttsukagoshi in #36
  • npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.0.0 to 5.1.0 by @dependabot in #37
  • npm(deps-dev): bump @typescript-eslint/parser from 4.33.0 to 5.1.0 by @dependabot in #38

New Contributors

Full Changelog: v1.0.0...v1.1.1

v1.1.0

04 Aug 15:14
52d94c4
Compare
Choose a tag to compare

New Features

  • Added the language localization framework i18n.js (#6)

Dev Environment

  • Revisions to use ESLint in local dev settings (VS Code) (#8)

Misc

  • Bump eslint from 7.31.0 to 7.32.0 (#7)

v1.0.1: Complete dev environment setup

26 Jul 08:47
073da95
Compare
Choose a tag to compare

Switched to release branch; no changes from v1.0.0

v1.0.0: Complete dev environment setup

26 Jul 08:46
073da95
Compare
Choose a tag to compare
Merge pull request #5 from ttsukagoshi/dev

Setup dependabot