Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
WanjaTschuorSICKAG committed Dec 13, 2022
1 parent 6778127 commit a217790
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:

runs-on: ubuntu-latest
needs: build_doc
if: github.ref == 'refs/heads/main'
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## NEXT
## 0.2.7
### Fixed
- `#7 incorrect typings path`

## 0.2.6
### Fixed
fixed incomplete npm package - build artifacts were not included

## 0.2.5
### Changes
- Update deprecated dev dependencies and remove wdio configuration
- Update package name and scope

## 0.2.4
skipped

## 0.2.3
skipped

## 0.2.2
### Fixed
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": "@collage/core",
"version": "0.2.6",
"version": "0.2.7",
"description": "A library to handle communication between micro frontends and enable an easy to use orchestration",
"repository": {
"type": "git",
Expand Down

0 comments on commit a217790

Please sign in to comment.