Skip to content

Commit e463c91

Browse files
committed
Merge branch 'release/1.0.3'
2 parents 6f8f880 + dca6411 commit e463c91

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
node-version: 12
1616
registry-url: https://registry.npmjs.org/
1717
- run: yarn install
18+
- run: yarn build
1819
- run: npm publish --access public
1920
env:
2021
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Node
1212
uses: actions/setup-node@v1
1313
with:
14-
node-version: '8'
14+
node-version: '14'
1515
- name: ESlint
1616
run: |
1717
npm install

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
.ghithub
1+
.github
22
.editorconfig
33
.gitattributes

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.0.3
5+
6+
* [Fixed] dist files being not present in the package
7+
48
## 1.0.2
59

610
* [Changed] Updated dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@micropackage/responsive-embeds",
33
"description": "Makes any embed responsive, no markup changes required.",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"main": "dist/responsive-embeds.js",
66
"author": "Wojtek Szałkiewicz <wojtek@szalkiewicz.pl>",
77
"license": "GPL-3.0-or-later",

0 commit comments

Comments
 (0)