Skip to content

Commit ba9747a

Browse files
authored
feat: add missing blog "bpmn-visualization 1st anniversary" (#1390)
1 parent d5c84ab commit ba9747a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/content/PostsContent.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,15 @@ const posts: PostContent[] = [
136136
date: 'May 2021',
137137
time: 7,
138138
},
139+
{
140+
title: 'The bpmn-visualization project celebrates its 1st anniversary',
141+
text: 'To celebrate the first year of our work on the bpmn-visualization library, here is a look back.',
142+
cover:
143+
'https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqfaqgib7iz9v1ehrppv8.png', // from the dev.to article
144+
url: 'https://www.linkedin.com/pulse/bpmn-visualization-project-celebrates-its-1st-thomas-bouffard/', // https://dev.to/process-analytics/the-bpmn-visualization-project-celebrates-its-1st-anniversary-4ae2
145+
date: 'May 2021',
146+
time: 4,
147+
},
139148
{
140149
title:
141150
'Automated visual regression testing with TypeScript, Playwright and Jest', // original title which would have been truncated: 'Automated visual regression testing with TypeScript, Playwright, Jest and Jest Image Snapshot'

0 commit comments

Comments
 (0)