From f572d985f0a2a366e3ea34093b9d4fc6caa1b14d Mon Sep 17 00:00:00 2001 From: Nico Jansen Date: Wed, 14 May 2025 13:28:58 +0200 Subject: [PATCH] Start with blog about StrykerJS 9.0 --- blog/2025-05-13-announcing-stryker-js-9.md | 14 ++++++++++++++ blog/authors.yml | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 blog/2025-05-13-announcing-stryker-js-9.md diff --git a/blog/2025-05-13-announcing-stryker-js-9.md b/blog/2025-05-13-announcing-stryker-js-9.md new file mode 100644 index 00000000..60dd530c --- /dev/null +++ b/blog/2025-05-13-announcing-stryker-js-9.md @@ -0,0 +1,14 @@ +--- +slug: announcing-stryker-js-9 +title: 'StrykerJS 9.0: Evolving Ecos' +authors: [nicojs, andreas] +tags: [stryker-js] +--- + +📣 We are thrilled to announce the release of StrykerJS 9.0! This release marks a (kind-of) reboot of our focus on StrykerJS. + + + +## 🚀 What's New + +Rather than a long list of new features, we've focussed on getting StrykerJS back on track. diff --git a/blog/authors.yml b/blog/authors.yml index 6e0a9a1d..b855929c 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -56,3 +56,10 @@ rachid-boukaiba: image_url: https://avatars.githubusercontent.com/u/36392111?s=48&v=4 socials: github: rachied + +andreas: + name: Andreas Hoornstra + title: StrykerJS Team + image_url: https://avatars.githubusercontent.com/u/69248785?v=4 + socials: + github: Andreas02-dev