Skip to content

Commit e1e0010

Browse files
authored
Prepare 1.56.0 Release (#656)
1 parent 950b80a commit e1e0010

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Releases ordered so that the most recent are displayed at the top, with the curr
44
top, labeled as **🚧 In Development**. This release will be given a number once it is ready to be released. Each release
55
can contain both a **💡 Features and Improvements**, **🔧 Maintenance**, and **🐛 Bug Fixes** sections.
66

7+
## [1.56.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.56.0)
8+
9+
### 🔧 Maintenance
10+
11+
- Apply dependency updates.
12+
713
## [1.55.0](https://github.com/dbtedman/postcss-prefixwrap/releases/tag/1.55.0)
814

915
### 🔧 Maintenance

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-prefixwrap",
3-
"version": "1.55.0",
3+
"version": "1.56.0",
44
"description": "A PostCSS plugin that is used to wrap css styles with a css selector to constrain their affect on parent elements in a page.",
55
"keywords": [
66
"css",

0 commit comments

Comments
 (0)