Skip to content

Latest commit

 

History

History
86 lines (53 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

86 lines (53 loc) · 6.11 KB

Changelog

3.2.0 (2024-10-25)

Features

  • Change order of changelog items and remove chores and dx from changelog (2bee9fb)

3.1.1 (2024-10-25)

Continuous Integration

Chore

  • release: 1.0.0 [skip ci] (e973a26)

1.0.0 (2024-10-25)

⚠ BREAKING CHANGES

  • release-notes: order of commit types in release notes changed
  • composer: the version in composer.json ist not maintained anymore
  • composer-plugin: composer files are handled

Features

  • Allow publishing packages (3bcc724)
  • changelog: Add all commit types to changelog (74c8b1e)
  • composer-plugin: Add plugin (8de643a)
  • composer: Remove composer plugin (8a7c86e)
  • conventional-commits: Allow setting issueUrlFormat and issuePrefixes through env (a758a8b)
  • npm-plugin: Use npm plugin only when package.json exists to support php only releases (614f201)
  • release-notes: Change order of commit types (6eea641)
  • release-notes: Setup default issuePrefix # (5cdb338)
  • yarn-plugin: Use yarn plugin when detecting yarn.lock file (9b847a6)
  • yarn: Use yarn plugin only for yarn 2+ (8c9517d)

Bug Fixes

  • breaking: Add breaking config for major releases (a956eae)
  • git: Do not consider yarn.lock and composer.lock when committing as they do not hold any version info (6c33b75)
  • Remove repository link from package json (5d6eb45)
  • Set correct repository url in package json (b938155)

Documentation

  • readme: Document publishing workflow (70dbcd5)

Continuous Integration

Style

Chore

  • git-plugin: Add composer and yarn files; restructure plugin adds (ba92f9c)
  • release: Bump version (f17ff0b)
  • release: Release 0.0.1 (e0b540c)
  • release: Release 0.0.2 (7e73488)
  • release: Release 0.0.2 (01e7670)
  • release: Release 1.0.0 (1504cbe)
  • release: Release 1.0.1 (666d806)
  • release: Release 1.1.0 (7c34b58)
  • release: Release 1.2.0 (71743ca)
  • release: Release 2.0.0 (3c22b60)
  • release: Release 3.0.0 (aeae5c1)
  • release: Release 3.0.1 (72c4981)
  • security: Update micromatch and braces to fix security issues (5eb868b)
  • Update lock file (b02f4fa)
  • Use yarn (0760f5c)