diff --git a/docs/changelog.md b/docs/changelog.md index bb97a3c..0a7e082 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -11,11 +11,11 @@ unlisted: true - $ npm i - $ make upload --> - -## v1.1.0 (2024-08-03) +## v1.1.0, v1.1.1 (2024-08-03) +- new post: [My review of the Piscine at 42](/~tasiaiso/docs/posts/42-piscine.md) - bugfix: change the pgp fingerprint to the new one - citrons.xyz is back up - unify the ad's style diff --git a/docs/index.md b/docs/index.md index 8802f17..b93aeb0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -72,8 +72,9 @@ If you like my posts, please consider supporting me on [Liberapay](https://liber See the whole [changelog](changelog.md). -### v1.1.0 (2024-08-03) +### v1.1.0, v1.1.1 (2024-08-03) +- new post: [My review of the Piscine at 42](/~tasiaiso/docs/posts/42-piscine.md) - bugfix: change the pgp fingerprint to the new one - citrons.xyz is back up - unify the ad's style diff --git a/docs/posts/42-piscine.md b/docs/posts/42-piscine.md index df64f3f..ae3b30c 100644 --- a/docs/posts/42-piscine.md +++ b/docs/posts/42-piscine.md @@ -1,11 +1,11 @@ --- -date: 2024-08-14 -unlisted: true +date: 2024-08-03 +unlisted: false --- -# DRAFT: 42 piscine +# My review of the Piscine at 42 -I participated in the 42 piscine, I just finished it, and I want to go over what it was like. +I participated in the Piscine at 42, I just finished it, and I want to go over what it was like. 42 is an alternative programming school network across the globe that relies on a peer-to-peer learning method. The piscine ("swimming pool" in French) is the school's intensive month-long trial period during which you learn how the 42 system works, and try to adapt to it. diff --git a/package-lock.json b/package-lock.json index 778e802..1096102 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tilde", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "tilde", - "version": "1.1.0", + "version": "1.1.1", "license": "GPL-3.0-only", "devDependencies": { "markdownlint-cli": "0.40.0", diff --git a/package.json b/package.json index 7c1f7be..04d7277 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tilde", "description": "My personal website", - "version": "1.1.0", + "version": "1.1.1", "author": "tasiaiso", "license": "GPL-3.0-only", "devDependencies": {