Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.1"
".": "1.1.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.2](https://github.com/ipsec-dev/Article30/compare/v1.1.1...v1.1.2) (2026-05-19)


### Bug Fixes

* **deps:** bump sanitize-html from 2.17.3 to 2.17.4 ([#59](https://github.com/ipsec-dev/Article30/issues/59)) ([2f2dcd7](https://github.com/ipsec-dev/Article30/commit/2f2dcd71a77c96d899f51ca489bdd685e2abae6d))
* **deps:** bump brace-expansion from 1.1.14 to 5.0.6 ([#58](https://github.com/ipsec-dev/Article30/issues/58)) ([e7afcf1](https://github.com/ipsec-dev/Article30/commit/e7afcf1ef985138802a2193537bbd85852cb6637))

### Maintenance & Dependencies

* **ci:** bump reproducible-containers/buildkit-cache-dance ([#60](https://github.com/ipsec-dev/Article30/issues/60)) ([6533d47](https://github.com/ipsec-dev/Article30/commit/6533d47f8f8242330ec5af4a5ff67a68f31ad9fb))

## [1.1.1](https://github.com/ipsec-dev/Article30/compare/v1.1.0...v1.1.1) (2026-05-12)


Expand Down
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@article30/backend",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "nest start --watch",
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@article30/frontend",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "article30",
"private": true,
"license": "AGPL-3.0-only",
"version": "1.1.1",
"version": "1.1.2",
"scripts": {
"dev": "pnpm --filter @article30/shared build && pnpm --parallel --filter backend --filter frontend dev",
"dev:prod": "pnpm build && NODE_ENV=production pnpm --parallel --filter backend --filter frontend start",
Expand Down
2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@article30/shared",
"version": "1.1.1",
"version": "1.1.2",
"private": true,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
Loading