Skip to content

Commit 44b1a3e

Browse files
committed
fix: re-release as 0.1.2
1 parent 8fdaf50 commit 44b1a3e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# Changelog
22

33

4+
## v0.1.2
5+
6+
7+
### 🩹 Fixes
8+
9+
- Fix npm publish — re-release under new version (0.1.1 burned by npm registry ghost)
10+
11+
12+
### ❤️ Contributors
13+
14+
- Oritwoen ([@oritwoen](https://github.com/oritwoen))
15+
16+
417
## v0.1.1
518

619

720
### 🏡 Chore
821

922
- Init ([da6269f](https://github.com/oritwoen/unpux/commit/da6269f))
1023

24+
1125
### ❤️ Contributors
1226

1327
- Oritwoen ([@oritwoen](https://github.com/oritwoen))
14-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unpux",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Universal package registry client. Query npm, PyPI, crates.io, RubyGems, Packagist and more with a single PURL-native API.",
55
"type": "module",
66
"license": "MIT",

0 commit comments

Comments
 (0)