patron-oop 1.21.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [1.22.0](https://github.com/kosukhin/patron/compare/v1.21.0...v1.22.0) (2024-11-08)
6
+
7
+
8
+ ### Features
9
+
10
+ * **main:** добавить отменяемого гостя ([2ada63d](https://github.com/kosukhin/patron/commit/2ada63d2a67bc20ac8c415b2d642dc632f22092a))
11
+
5
12
  ## [1.21.0](https://github.com/kosukhin/patron/compare/v1.20.0...v1.21.0) (2024-11-08)
6
13
 
7
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "patron-oop",
3
- "version": "1.21.0",
3
+ "version": "1.22.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/patron.js",