mikro-orm-attachments 1.3.1 → 1.3.2
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.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -2
- package/dist/CHANGELOG.md +0 -46
- /package/{dist/README.md → README.md} +0 -0
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.3.2](https://github.com/reptoxx/mikro-orm-attachments/compare/mikro-orm-attachments@1.3.1...mikro-orm-attachments@1.3.2) (2026-02-24)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Documentation
|
|
9
|
+
|
|
10
|
+
* README.md inside package ([e9f591a](https://github.com/reptoxx/mikro-orm-attachments/commit/e9f591a85e62fee0c03fcfc0ae1dd150e4017227))
|
|
11
|
+
|
|
5
12
|
### [1.3.1](https://github.com/reptoxx/mikro-orm-attachments/compare/mikro-orm-attachments@1.3.0...mikro-orm-attachments@1.3.1) (2026-02-24)
|
|
6
13
|
|
|
7
14
|
## [1.3.0](https://github.com/reptoxx/mikro-orm-attachments/compare/mikro-orm-attachments@1.2.0...mikro-orm-attachments@1.3.0) (2026-02-24)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mikro-orm-attachments",
|
|
3
3
|
"description": "Attachment handling for MikroORM with support for image processing, variants, and multiple storage drivers",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -26,7 +26,8 @@
|
|
|
26
26
|
"version:patch": "standard-version --release-as patch",
|
|
27
27
|
"version:minor": "standard-version --release-as minor",
|
|
28
28
|
"version:major": "standard-version --release-as major",
|
|
29
|
-
"version": "standard-version"
|
|
29
|
+
"version": "standard-version",
|
|
30
|
+
"copy:readme": "cp ../../README.md . && cp CHANGELOG.md ../../CHANGELOG.md"
|
|
30
31
|
},
|
|
31
32
|
"keywords": [
|
|
32
33
|
"mikro-orm",
|
package/dist/CHANGELOG.md
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
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
|
-
|
|
5
|
-
### [1.3.1](https://github.com/reptoxx/mikro-orm-attachments/compare/mikro-orm-attachments@1.3.0...mikro-orm-attachments@1.3.1) (2026-02-24)
|
|
6
|
-
|
|
7
|
-
## [1.3.0](https://github.com/reptoxx/mikro-orm-attachments/compare/mikro-orm-attachments@1.2.0...mikro-orm-attachments@1.3.0) (2026-02-24)
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
### Features
|
|
11
|
-
|
|
12
|
-
* support mikro-orm 7 ([863f610](https://github.com/reptoxx/mikro-orm-attachments/commit/863f610c874b9db72b27234f9a091139bd75f24f))
|
|
13
|
-
|
|
14
|
-
## [1.2.0](https://github.com/reptoxx/mikro-orm-attachments/compare/mikro-orm-attachments@1.1.0...mikro-orm-attachments@1.2.0) (2026-02-22)
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
### Features
|
|
18
|
-
|
|
19
|
-
* attachment from url ([3cb835f](https://github.com/reptoxx/mikro-orm-attachments/commit/3cb835f660a98f027e0d677145a4285feae0b101))
|
|
20
|
-
|
|
21
|
-
## [1.1.0](https://github.com/reptoxx/mikro-orm-attachments/compare/mikro-orm-attachments@1.0.0...mikro-orm-attachments@1.1.0) (2026-01-25)
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
### Features
|
|
25
|
-
|
|
26
|
-
* made Attachment generic ([42413f7](https://github.com/reptoxx/mikro-orm-attachments/commit/42413f7875ba06d5753e41bcf9d47dae43d35fc2))
|
|
27
|
-
|
|
28
|
-
## 1.0.0 (2026-01-24)
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Features
|
|
32
|
-
|
|
33
|
-
* included workflow to publish to npm ([e044da4](https://github.com/reptoxx/mikro-orm-attachments/commit/e044da4b5534f0ea98eab85417ef7e4418f6ef18))
|
|
34
|
-
|
|
35
|
-
# Changelog
|
|
36
|
-
|
|
37
|
-
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.
|
|
38
|
-
|
|
39
|
-
# Changelog
|
|
40
|
-
|
|
41
|
-
All notable changes to this project will be documented in this file.
|
|
42
|
-
|
|
43
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
44
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
45
|
-
|
|
46
|
-
## [Unreleased]
|
|
File without changes
|