Skip to content

Commit 97506b8

Browse files
committed
Release 5.16.0 - Maintenance Release
1 parent 04c103d commit 97506b8

File tree

7 files changed

+295
-10590
lines changed

7 files changed

+295
-10590
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Change log
22

3+
## [5.16.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.16.0)
4+
### 04/01/2023
5+
6+
### Updates
7+
8+
* Minor dependency package versions updates.
9+
* Update copyright and all releated references from year 2022 to year 2023.
10+
311
## [5.15.0](https://github.com/WeAreAthlon/frontend-webpack-boilerplate/releases/tag/v5.15.0)
4-
### 06/06/2022
12+
### 22/11/2022
513

614
### Node Version Notes
715

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Athlon Sofia
3+
Copyright (c) 2023 Athlon Sofia
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Webpack 5 Boilerplate Template
22

3-
![Maintenance](https://img.shields.io/maintenance/yes/2022?logo=github)
3+
![Maintenance](https://img.shields.io/maintenance/yes/2023?logo=github)
44
![webpack-current](https://img.shields.io/badge/webpack-v5.75.0-green?logo=webpack)
55
![node-current (scoped)](https://img.shields.io/node/v/@weareathlon/frontend-webpack-boilerplate)
66
[![Build Status](https://app.travis-ci.com/WeAreAthlon/frontend-webpack-boilerplate.svg?branch=master)](https://app.travis-ci.com/github/WeAreAthlon/frontend-webpack-boilerplate)

package-lock.json

Lines changed: 281 additions & 10584 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "WeAreAthlon <hello@weareathlon.com> (https://www.weareathlon.com)",
33
"name": "@weareathlon/frontend-webpack-boilerplate",
4-
"version": "5.15.0",
4+
"version": "5.16.0",
55
"description": "Starter project template boilerplate based on Webpack with SASS/PostCSS and babel ES6/7 support.",
66
"homepage": "https://github.com/WeAreAthlon/frontend-webpack-boilerplate#readme",
77
"browserslist": [

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<h1>Webpack 5 Template Boilerplate</h1>
1414
<small>Maintained by <a href="https://www.weareathlon.com/" target="_blank" rel="noopener">WeAreAthlon</a>. Source code availalbe on <a href="https://github.com/WeAreAthlon/frontend-webpack-boilerplate/" target="_blank"><img src="images/content/github.png" alt="GitHub logo"> GitHub</a>.</small>
1515
<div class="badges">
16-
<a href="https://github.com/WeAreAthlon/frontend-webpack-boilerplate/" target="_blank" rel="noopener"><img src="https://img.shields.io/maintenance/yes/2022?logo=github" alt="Maintenance"></a>
16+
<a href="https://github.com/WeAreAthlon/frontend-webpack-boilerplate/" target="_blank" rel="noopener"><img src="https://img.shields.io/maintenance/yes/2023?logo=github" alt="Maintenance"></a>
1717
<a href="https://webpack.js.org" target="_blank" rel="noopener"><img src="https://img.shields.io/badge/webpack-v5.75.0-green?logo=webpack" alt="Current Webpack Version"></a>
1818
<a href="https://app.travis-ci.com/github/WeAreAthlon/frontend-webpack-boilerplate" target="_blank" rel="noopener"><img src="https://app.travis-ci.com/WeAreAthlon/frontend-webpack-boilerplate.svg?branch=master" alt="Build Status"></a>
1919
<a href="https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate" target="_blank" rel="noopener"><img src="https://snyk.io/advisor/npm-package/@weareathlon/frontend-webpack-boilerplate/badge.svg" alt="Snyk.io package health badge"></a>

src/js/demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const demo = () => 'Webpack Boilerplate v5.15.0 - SASS/PostCSS, ES6/7, browser sync, source code listing and more.';
1+
const demo = () => 'Webpack Boilerplate v5.16.0 - SASS/PostCSS, ES6/7, browser sync, source code listing and more.';
22

33
// eslint-disable-next-line no-console
44
console.log(demo());

0 commit comments

Comments
 (0)