Skip to content

Commit

Permalink
finalising 3.8.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
esr360 committed Oct 6, 2017
1 parent 83a9c37 commit 4e11347
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,14 @@ Given the above, we would now be able to use any of the following markup example

## Changelog

### Version 3.8.1

Released: 6th October 2017

###### Release Notes

* Fixing issue with `this()` function error warning

### Version 3.8.0

Released: 4th October 2017
Expand All @@ -289,12 +297,4 @@ Released: 4th October 2017
* adding deepextend JS module
* making component and modifier glue configurable

### Version 3.7.0

Released: 30th July 2017

###### Release Notes

* Splitting JS into smaller functions

[View complete changelog](https://github.com/esr360/Synergy/wiki/Changelog)
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Synergy",
"version": "3.8.0",
"version": "3.8.1",
"description": "A front-end framework for building modular, configurable and scalable UI modules",
"authors": [
"(Edmund Reed)[http://twitter.com/esr360] <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Synergy",
"version": "3.8.0",
"version": "3.8.1",
"description": "A front-end framework for building modular, configurable and scalable UI modules",
"main": "src/js/synergy.js",
"author": "(Edmund Reed)[http://twitter.com/esr360] <[email protected]>",
Expand Down

0 comments on commit 4e11347

Please sign in to comment.