Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@Mitsunee Mitsunee released this 05 Nov 16:33
v1.2.0
7a8ae4b
  • upgraded Node version to 22
  • upgraded dependencies

To upgrade your existing repository made from this template you can:

  • Change your Github Workflows to use Node 22 : cc99d07
  • Run pnpm remove @types/node if you had installed version 20
  • Run pnpm add -D @types/node@22 && pnpm upgrade --latest '!sharp' '!eslint' '!@types/node' && pnpm dedupe

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