@j-ulrich/release-it-regex-bumper 5.3.0 → 5.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2020-2025 Jochen Ulrich
3
+ Copyright (c) 2020-2026 Jochen Ulrich
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -437,6 +437,6 @@ npx release-it --no-plugins.@j-ulrich/release-it-regex-bumper.out
437
437
 
438
438
  # License #
439
439
 
440
- Copyright (c) 2020-2025 Jochen Ulrich
440
+ Copyright (c) 2020-2026 Jochen Ulrich
441
441
 
442
442
  Licensed under [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j-ulrich/release-it-regex-bumper",
3
- "version": "5.3.0",
3
+ "version": "5.3.1",
4
4
  "description": "Regular expression based version read/write plugin for release-it",
5
5
  "main": "index.js",
6
6
  "type": "module",